28 is the least common multiple. To find the least common multiple, you look through the numbers both 4 and 7 go into. The smallest of those number is the least common multiple, or LCD.
Answer:
Each bottle is $4
Step-by-step explanation:
12/3
11.The answer is -13
13.The answer is -108
Answer:
17.2°
Explanations
To find angle A, use the cosine rule.
a^2 = b^2 + c^2 - 2 × a × c cos A
4^2 = 7^2 + 10^2 - 2 × 7 × 10 cos A
16 = 49+ 100 - 140 × cosA
16 = 149 - 140cosA
16- 149 = - 140cosA
-133 = - 140cosA
cosA = 133/140
cosA = 0.95
A = 17.2°
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>