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:
w/3=4
w=12
Step-by-step explanation:
3 x 4 = 12
to undo division, you multiply.
Answer:
6v+1
Step-by-step explanation:
F(x) = 8 - 10x
g(x) = 5x + 4
Finding (fg)(-2).
First let us find fg(x), this is the same as f(g(x))
f(g(x))
f(5x + 4)
Recall, f(x) = 8 - 10x, therefore f(5x + 4) would be such that anywhere we see x in the f(x), we replace it with 5x + 4
f(x) = 8 - 10x
f(5x +4) = 8 - 10(5x + 4)
= 8 - 50x - 40
= -50x + 8 - 40
= -50x - 32
f(g(x)) = fg(x) = -50x - 32
fg(-2) = -50*(-2) - 32 = 100 - 32 = 68
Therefore fg(-2) = 68
I hope this helped.