The function is:
f ( x ) = x² - x - 72
This is a quatdratic function. So we can find the zeroes of the function with the formula:
x 1/2 = ( - b +/- √(b² - 4 ac) ) / ( 2a )
And we have: a = 1, b = - 1 and c = - 72
x 1/2 = ( 1 +/- √((-1)² - 4 · 1· ( - 72 )) ) / 2
x 1/2 = ( 1 +/- √( 1 + 288 ) ) / 2
x 1/2 = ( 1 +/- √289 ) / 2
x 1/2 = ( 1 +/- 17 ) / 2
x 1 = ( 1 - 17 ) 2 = - 16 / 2 = - 8
x 2 = ( 1 + 17 ) / 2 = 18 / 2 = 9
Answer: The zeroes are - 8 and 9.
Let's focus on the given equation. The C represents the cost, while the x must be the number of tacos, which is what we're solving for. Since we're given the boundary that C must be 300, then the solution would be:
300 = x² - 40x + 610
x² - 40x + 310 = 0
Apply the quadratic formula where a = 1, b = -40 and c = 310. The roots of x are:
x = 29.49≈30
x = 10.51≈11
<em>Thus, she needs to sell either 30 or 11 tacos.</em>
Answer:
this ven diagram is 4 u lol
Step-by-step explanation:
Answer:
See below.
Step-by-step explanation:
It would take a long time to explain . There is a good method called Newton's method which involves graphs of the type
y = x^3 - n and applying calculus to produce cycles of approximation until you'll get close to the required cubic root.
You'll find it on online videos.