Answer:
5X + 8Y >= 300; intersection at (-20, 50)
Step-by-step explanation:
let t = work hours
0 < t < 30
X = time lawn mowing
Y = time babysitting.
X + Y < 30
5X + 8Y >= 300
We could solve...
X < 30 - Y
5(30 - Y) + 8Y >=300
150 - 5Y + 8Y >= 300
3Y >=150
Y >=50
then X < -20
intersection at (-20, 50)
The power of products property states that for number
enclosed in a bracket or parenthesis, if it is raised to a power, it must be
multiplied to the power of the enclosed number no matter how different the base
is. You cannot add it because it is not raised. You can only add it if they
have the same base. But in this problem, you will just multiply it. The breakdown
of the solution to this problem is shown below. So,
<span><span>• (2x⁵y²)³=(21x3x5*3y2*3)
= 6x15y6</span><span>
</span></span>
Well this is simple a calculator type problem...but if you are curious as the the algorithm used by simple calculators and such...
They use a Newtonian approximation until it surpasses the precision level of the calculator or computer program..
A newtonian approximation is an interative process that gets closer and closer to the actual answer to any mathematical problem...it is of the form:
x-(f(x)/(df/dx))
In a square root problem you wish to know:
x=√n where x is the root and n is the number
x^2=n
x^2-n=0
So f(x)=x^2-n and df/dx=2x so using the definition of the newton approximation you have:
x-((x^2-n)/(2x)) which simplifies further to:
(2x^2-x^2+n)/(2x)
(x^2+n)/(2x), where you can choose any starting value of x that you desire (though convergence to an exact (if possible) solution will be swifter the closer xi is to the actual value x)
In this case the number, n=95.54, so a decent starting value for x would be 10.
Using this initial x in (x^2+95.54)/(2x) will result in the following iterative sequence of x.
10, 9.777, 9.774457, 9.7744565, 9.7744565066299210578124802523397
The calculator result for my calc is: 9.7744565066299210578124802523381
So you see how accurate the newton method is in just a few iterations. :P
Is should be (9-4x)•(9+4x)
Answer:
x^7-14x^6+84x^5-280x^4+560x^3-672x^2+448x^2-128
Step-by-step explanation:
ends are x^7 and 120^7, and use the therom in the middle