Answer:
There could be many but one of them is
(m+5)(m-9)=0....
UGH I think I did this before but I totally forgot how to do it. Give me a minute to do some research and remember because I'm about 79% sure I know how to do this!
Answer: not all
Step-by-step explanation:
Answer:
The two iterations of f(x) = 1.5598
Step-by-step explanation:
If we apply Newton's iterations method, we get a new guess of a zero of a function, f(x), xₙ₊₁, using a previous guess of, xₙ.
xₙ₊₁ = xₙ - f(xₙ) / f'(xₙ)
Given;
f(xₙ) = cos x, then f'(xₙ) = - sin x
cos x / - sin x = -cot x
substitute in "-cot x" into the equation
xₙ₊₁ = xₙ - (- cot x)
xₙ₊₁ = xₙ + cot x
x₁ = 0.7
first iteration
x₂ = 0.7 + cot (0.7)
x₂ = 0.7 + 1.18724
x₂ = 1.88724
second iteration
x₃ = 1.88724 + cot (1.88724)
x₃ = 1.88724 - 0.32744
x₃ = 1.5598
To four decimal places = 1.5598
STEP 1:
determine equations needed
x= # of $10 tickets
y= # of $14 tickets
QUANTITY EQUATION
x + y= 800
COST EQUATION
$10x + $14y= $9,040
STEP 2:
multiply quantity equation by -14
-14(x + y)= -14(800)
-14x - 14y= -11,200
STEP 3:
add new quantity equation in step 2 to cost equation of step 1 to solve for x using elimination
-14x - 14y= -11,200
10x + 14y= 9040
y term cancels out
-4x= -2160
divide both sides by -4
x= 540 ten dollar tickets
STEP 4:
substitute x value in step 3 into either original equation
x + y= 800
540 + y= 800
subtract 540 from both sides
y= 260 fourteen dollar tickets
ANSWER: There were 540 $10 tickets and 260 $14 tickets sold.
Hope this helps! :)