I looked at another online and it said letter A. (Not 100% sure)
Answer:
Step-by-step explanation:
function 1 : y = 4x + 5
In y = mx + b form, which is what ur equation is in, the slope can be found in the m position. So the slope of this function is 4.
function 2 : (1,6),(3,10)
slope = (y2 - y1) / (x2 - x1)
(1,6)...x1 = 1 and y1 = 6
(3,10)...x2 = 3 and y2 = 10
now we sub
slope = (10 - 6) / (3 - 1) = 4/2 = 2
B. Function 1, because the slope is 4 and the slope of function 2 is 2. <==
We can make use of the general formula for the geometric series to generate the function representing the average annual salary.
an = a0(r)^(n-1)
Or
f(x) = a0(r)^(x - 1)
Plugging in the given values for the year 2005 and 2006 to ge the value of r.
82000 = 70000 (r)^(1-1)
r = 1.1714
Therefore, the function is:
f(x) = 70,000 (1.1714)^(x-1)
I don't know what the "six-step method" is supposed to be, so I'll just demonstrate the typical method for this problem.
Let <em>x</em> be the amount (in gal) of the 50% antifreeze solution that is required. The new solution will then have a total volume of (<em>x</em> + 60) gal.
Each gal of the 50% solution used contributes 0.5 gal of antifreeze. Similarly, each gal of the 30% solution contributes 0.3 gal of antifreeze. So the new solution will contain (0.5 <em>x</em> + 0.3 * 60) gal = (0.5 <em>x</em> + 18) gal of antifreeze.
We want the concentration of antifreeze to be 40% in the new solution, so we need to have
(0.5 <em>x</em> + 18) / (<em>x</em> + 60) = 0.4
Solve for <em>x</em> :
0.5 <em>x</em> + 18 = 0.4 (<em>x</em> + 60)
0.5 <em>x</em> + 18 = 0.4 <em>x</em> + 24
0.5 <em>x</em> - 0.4 <em>x</em> = 24 - 18
0.1 <em>x</em> = 6
<em>x</em> = 6/0.1 = 60 gal
I believe your answer is 6 seconds.
Because the height of the ball = -16(x² - 5x - 6), when the height of the ball is 0, which is when it is on the ground, we can set -16(x² - 5x - 6) equal to 0. This also allows us to divide by -16, and then we can solve the equation:
x² - 5x - 6 = 0
(x - 6)(x + 1) = 0
So x = 6 or x = -1, and because a quantity of time cannot be negative, x would have to be 6, which means it takes 6 seconds for the ball to reach 0 feet.
I hope this helps!