125-95=30
95-64=31
so it would be 125
Answer:
multiply input number by 4
Step-by-step explanation:
In the figure attached, the problem is shown.
We can see the following values:
input = 1, output = 4*1 = 4
input = 4, output = 4*4 = 16
input = 7, output = 4*7 = 28
Then, the missing numbers can be found multiply input number by 4
Answer:
Step-by-step explanation:
A boat captain, lighthouse and its base form a right triangle.
<u>We need to find the angle opposite to 22 ft side:</u>
- tan x = 22/103
- x = arctan (22/103)
- x = 21°
<em>Note, option D should read 21° not 11°</em>
Answer:
He can build ...
... min(floor((available wood)/(wood per chair)), floor((available glue)/(glue per chair)))
... = min(floor(6/4), floor(12/6))
... = min(1, 2) = 1
The carpenter can build ...
... e. one chair
Step-by-step explanation: