A. I would suggest including <em>all</em> units in your answer. Both answers are correct but the unit is also important.
average rate of change:
($750 - $350) / (2014 - 2010) = $400 / (4 years) = $100 per year
initial value:
$350
B. Take 2010 to be year 0. Then for year <em>x</em> = 0, the fee is <em>y</em> = $350.
If the fee increases at a rate of $100 per year, this means that when <em>x</em> = 1, <em>y</em> = $350 + $100 = $450. So the graph of the function that models the dog-walking fee is a line that passes through the points (0, 350) and (1, 450), adn the slope of this line is
(450 - 350) / (1 - 0) = 100/1 = 100
which is the same as the average rate of change.
Using the point-slope formula for a line, the equation you want is then
<em>y</em> - 350 = 100 (<em>x</em> - 0)
<em>y</em> - 350 = 100<em>x</em>
<em>y</em> = 100<em>x</em> + 350
Answer: A
Explanation: The zeroes of f(x) are the value/s of x such that f(x) = 0. So, we need to find the values of x in the equation f(x) = 0.
Note that
f(x) = 0
⇔ x² + 3x - 10 = 0
By factoring into binomials, x² + 3x - 10 = (x + 5)(x - 2). Thus,
x² + 3x - 10 = 0
⇔ (x + 5)(x - 2) = 0
⇔ x + 5 = 0 or x - 2 = 0
⇔ x = -5 or x = 2
Hence, the zeroes of x are -5 and 2.
Answer:
age<-c(20,30,40)
names(age)<-c ("ELI", "ALI", "JON")age
## ELI ALI JON
## 20 30 40
Step-by-step explanation:
The above given vector named age consists of three elements. Each element consists of ages of three people, ELI, ALI and JON, such that 20 corresponds to ELI, 30 to ALI and 40 to JON.
Answer:
5 significant figures
Step-by-step explanation:
looking at the last two digit of the numbers, it multiplication gives, 4*5=20
we already have four significant figures ,
so, 2 would be the fifth since 0 is not going to be counted
Answer:
She should have substituted y = 17 - 2x in the first equation
Step-by-step explanation:
3x + 4y = 33
2x + y = 17
y = 17 - 2x
3x + 4(17 - 2x) = 33
3x + 68 - 8x = 33
5x = 35
x = 7
y = 17 - 2(7)
y = 3
x = 7, y = 3
Only one solution