5/6 because there are 5 possible possibilities and 6 numbers on the dice I'm assuming that the dice has 6 faces.
Answer:
(0, 33) : Yes
(4.8, 30.5) : Yes
Step-by-step explanation:
height of at least 24 ft : y >= 24
horizontal distance of no more than 10 ft. : 0 <= x <= 10
The vertical height must be at least three times as high as the horizontal distance. No rocket should go higher than 33 ft.:
y >= 3x and y <= 33
So Constraints:
24 <= y <= 33
y >= 3x
0 <= x <= 10
Now check to see if those coordinate points meet all the constraints
(0, 33) : Yes
(4.8, 30.5) : Yes
(9, 26) : No (because 26 is less than (3 * 9) = 27)
(4, 36)
: No (because 36 > 33, must be 24 <= y <= 33)
(2, 22): No (because 22 <24, must be 24 <= y <= 33)
Answer: the graph is correct.
Step-by-step explanation:
Answer:
April took out a loan of $600 and paid it back with simple interest of $60 after 5 years. The formula to calculate interest is given the principal and the time and the interest rate is . For this problem we have to find the interest rate given . To archive that , we can just solve the equation making the interest rate the subject of the formula as shown below,
I= Prt
=> r= I/Pt
=> r= 60/600x5 = 1/50
The interest rate is 1/50 or 0.02 as a decimal. The interest rate is 2% as a percentage.