A^2 + b^2 = c^2....this is the pythagoream theroum (sorry, probably spelled it wrong)....it is used for right triangles.
a and b are ur legs of the triangle and c is the hypotenuse. Therefore, the value of a^2 is the value of one of the legs, squared.
OR. if u mean this..
a^2 + b^2 = c^2
a^2 = c^2 - b^2
9 + 6u = 7u
u = 9 (Subtract "6u" from both sides)
Answer:
It is impossible to simulate this with a random number generator without knowing what the correct answer choices were
Step-by-step explanation:
Given


Required
How can he select the right answer
Using randint will only generate a random number which could or could not be the answer to the question.
This is so because each of the 5 options for the question has the same probability of 1/5. So, using randint will only generate a random number. This generated random number has 1/5 chance of being the answer and 4/5 of not being the answer to the question.
In a nutshell, he can not make use of a simulator to select the answer to the questions in this scenario, unless he knows the solution.
<em>Hence (a) answers the question.</em>