Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

test content page 5 of 10 question 5 if a2=55 and b2=85, what does this…

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

Explanation:

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.

Answer:

A. FALSE