The answer is going to be yes it's rational. hope that helped
Answer: i took the test and got it right
D (0.55,0.75)
Step-by-step explanation:
Answer:
62.5 oz
Step-by-step explanation:
We can use the ratio proportion method:
x:50::6.25:5
x = (50x6.25)/5
OR a more simple method is to do this:
5 gallons of milk require 6.25 oz. How many oz of powder do I need to get 10x that amount? Since 50 is 10x5, you do the same thing for 6.25, and get 62.5
It is a prime because the only other factor of 6w^3-13 is 1.
Answer:
g(1) = -65; g(n) = g(n-1) -15
Step-by-step explanation:
Using n = 1, 2, 3, we can find the first three terms of the sequence:
g(1) = -50 -15 = -65
g(2) = -50 -15(2) = -80
g(3) = -50 -15(3) = -95
The first term of the arithmetic sequence is -65, so that is g(1). Each next term is 15 less than the one before, so the recursive formula is ...
g(n) = g(n-1) -15
The complete recursive function definition requires both parts:
g(1) = -65
g(n) = g(n-1) -15