LabSim

Lab 2 — Question 6 of 10
Desktop: drag the answer and drop it into the blank cell.
Mobile: tap an answer first, then tap the blank cell.
60.0%

A student is accepted only if GPA is 3.5 or above AND the university is AUM. Complete cell D2.

A B C D
1 Student GPA University Result
2 Ali 3.8 AUM

Choices
=AND(B2>=3.5,C2="AUM")
=OR(B2>=3.5,C2="AUM")
=XOR(B2>=3.5,C2="AUM")
=AND(B2>3.5,C2=AUM)