Answer:
([tex]overallGPA \ge 3.0[/tex]) AND ([tex]scienceGPA > 3.2[/tex])
Explanation:
Given
[tex]overallGPA \to[/tex] Overall Grade Point Average
[tex]scienceGPA \to[/tex] Science Grade Point Average
Required
The expression that represents the given scenario
From the question, we understand that:
[tex]overallGPA \ge 3.0[/tex] --- average [tex]greater\ than\ or[/tex] equal to [tex]3.0[/tex]
[tex]scienceGPA > 3.2[/tex] --- average [tex]over[/tex] 3.2
Since both conditions must be true, the statements will be joined with the AND operator;
So, we have:
([tex]overallGPA \ge 3.0[/tex]) AND ([tex]scienceGPA > 3.2[/tex])