Answer:
( 3x -2)
Step-by-step explanation:
6x^2 – 7x + 2
We know that the constant only has factors of 1 and 2
Since the middle term is negative we know that that we are subtracting
A negative times a negative is positive for the final term
A negative plus a negative is negative for the middle term
( -1 ) ( -2)
We have to determine how to break up 6x^2
1x * 6x
2x*3x
3x*2x
6x*1x
We are given that one factor is 2x-1
( 2x -1 ) ( -2)
That means the other factor of 6x^2 is 3x ( 2x*3x)
( 2x -1 ) ( 3x -2)
Answer:
70 oz
Step-by-step explanation:
You know that one kitten weighs 2 lbs 4 oz. and the other ways 2 lbs 2 oz all you need to do is add that together to get 4 lbs 6 oz then convert that into lbs (1 lbs = 16 oz)
In total the 4 lbs gets you 64 oz, then you just need to add the 6 remaining oz to get 70 lbs!
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