how to solve an "OR" operation

_N_r_chy said:
Solve:
(0.0062) OR (0.1056)
I'm sorry, but I have no idea what this means. Could you post a worked solution for a similar exercise (from your text and/or your class notes) that might explain what is intended?

Thank you.

Eliz.
 
Perhaps in some Binary sense?

Since both values have an infinite binary expansion, you'll have to specify a number of digits.

I get around 0.1079.
 
Oh, I'm sorry. I wasn't clear about the problem.


To elucidate further,

the exercise given are the following:
~the value of Zsub1=0.0062
~the value of Zsub2=0.1056
the exercise then says:
~what is (Zsub1 OR Zsub2)


Now, I am aware that "AND" and "OR" are set operators. I just totally forgot if "OR" is an Intersection operator or a Union operator, specifically.
 
That understanding does not explain how the concept relates to your original problem statement. Perhaps you have a diagramme with some overlapping areas?
 
Top