Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

How to replace "and/or" in sentences with multiple terms?

+0
−0

When writing a legal document, what is the proper way to replace and/or in a list with more than two terms to remove ambiguity?

For example, if I just have two terms:

deliver apples and/or oranges

could be replaced with:

deliver apples, oranges or both

so the valid results are:

[ "apples", "oranges", "apples and oranges"]

Now, I would like to do the same for the following sentence:

deliver apples, oranges and/or pears

So the valid results are:

[ "apples", "oranges", "pears", "apples and oranges", "apples and pears", "oranges and pears", "apples, oranges and pears" ]

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

This post was sourced from https://writers.stackexchange.com/q/24873. It is licensed under CC BY-SA 3.0.

0 comment threads

1 answer

+1
−0

From a purely stylistic point of view: "any combination of: apples, oranges, pears"

But you say this is for a legal document and lawyers may construe ambiguity where ordinary reasonable people would not, so if your question is a "will it hold up in court" kind of question, this is the wrong place to ask.

History
Why does this post require moderator attention?
You might want to add some details to your flag.

0 comment threads

Sign up to answer this question »