QUESTION IMAGE
Question
test content
page 5 of 10
question 5
if a2=55 and b2=85, what does this return?
=or(a2>60,b2>90)
false
true
Step1: Evaluate A2>60
Given \( A2 = 55 \), check if \( 55>60 \). Since \( 55<60 \), this condition is false.
Step2: Evaluate B2>90
Given \( B2 = 85 \), check if \( 85>90 \). Since \( 85<90 \), this condition is false.
Step3: Evaluate OR function
The OR function returns TRUE if at least one of the conditions is TRUE. Since both conditions are false, the OR function returns FALSE.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
A. FALSE