C
Explanation
I took the test.
13, start with 24, right? 24 plus 6 is 30. 30 minus 12 is 18. 18 minus 5 is 13.
Answer:
11
Step-by-step explanation:
Let the no. of helmet be x
cost of 1 helmet = $12.00
cost of x helmet = $12.00*x = $12x
Let the no. of tire pumps be y
cost of 1 tire pumps = $8.00
cost of x tire pumps = $8.00*y = $8y
Given that total no. of helmet and pump is 18
thus
x + y = 18
y = 18-x
also given
total money spent is $188
thus
12x+8y = 188
using y = 18 - x
we have
12x + 8(18-x) = 188
=> 12x+ 144 - 8x = 188
=> 4x = 188-144 = 44
=> x = 44/4 = 11
Thus, no of helmet bought by Margo is 11.
Answer:
<h2>-x²+4x +6</h2>
Step-by-step explanation:
Given f(x)=4x+1 and g(x)=x²-5
(f-g)(x) is derived by taking the difference of both functions
(f-g)(x) = f(x)-g(x)
(f-g)(x) = 4x+1 - (x²-5)
(f-g)(x) = 4x+1-x²+5
(f-g)(x) = -x²+4x +6
This gives the requires expression
Answer:
The y-intercept of the line is 2
Step-by-step explanation:
You could try to find the slope of the line and then find the intercept with y axis by sloving b = y - ax
But here it seems easy enough once you see that the x values in the table increase by a factor of 8 and the y values in the table increase by a factor of 20.
(By the way, this is enough to give you the slope, because it is 8/20 ). But why bother?
Just extrapolate the table to the left, and you will find the y value where x = 0
x 0 8 16 24 32
y 2 22 44 64 84
So the y-intercept of the line is 2.
Extra:
The full equation of the line is:
y = 8/20x + 2