Answer:
48 people
Step-by-step explanation:
To find 20% of 60, you multiply 60 by .2 and get 12. Subtract 12 from 60, and 48 people were not wearing hats.
Answer:
with what know question was there
Answer:
1 every 2.5 feet
Step-by-step explanation:
20 divided by 8 20 being the plants 8 being the length gives u 2.5
Answer:
x₂ = 7.9156
Step-by-step explanation:
Given the function ln(x)=10-x with initial value x₀ = 9, we are to find the second approximation value x₂ using the Newton's method. According to Newtons method xₙ₊₁ = xₙ - f(xₙ)/f'(xₙ)
If f(x) = ln(x)+x-10
f'(x) = 1/x + 1
f(9) = ln9+9-10
f(9) = ln9- 1
f(9) = 2.1972 - 1
f(9) = 1.1972
f'(9) = 1/9 + 1
f'(9) = 10/9
f'(9) = 1.1111
x₁ = x₀ - f(x₀)/f'(x₀)
x₁ = 9 - 1.1972/1.1111
x₁ = 9 - 1.0775
x₁ = 7.9225
x₂ = x₁ - f(x₁)/f'(x₁)
x₂ = 7.9225 - f(7.9225)/f'(7.9225)
f(7.9225) = ln7.9225 + 7.9225 -10
f(7.9225) = 2.0697 + 7.9225 -10
f(7.9225) = 0.0078
f'(7.9225) = 1/7.9225 + 1
f'(7.9225) = 0.1262+1
f'(7.9225) = 1.1262
x₂ = 7.9225 - 0.0078/1.1262
x₂ = 7.9225 - 0.006926
x₂ = 7.9156
<em>Hence the approximate value of x₂ is 7.9156</em>
Answer: y = 4x-3
slope = 4, y intercept = -3
=================================================
m = 4 is the slope
is the point the line goes through
Using point slope form, we can say,

The equation is in slope intercept form y = mx+b
m = 4 = slope
b = -3 = y intercept
------------------------
As an alternative, you can use y = mx+b to get the same answer. We'll plug in m = 4 and (x,y) = (-2,-11) to solve for b
y = mx+b
-11 = 4(-2)+b
-11 = -8+b
-11+8 = -8+b+8
-3 = b
b = -3 we get the same y intercept value as above
------------------------
To check the answer, plug x = -2 into the equation. We should get y = -11
y = 4x-3
y = 4(-2)-3
y = -8-3
y = -11 we get the proper y value. The answer is confirmed.