MARK BRAINLIEST!!
So your solution is.
=−5
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
Answer:
The frequency table is shown below.
Step-by-step explanation:
(i) Half of the tuna sandwich were on white bread = 21
On brown bread, tuna = 42 - 21 = 21
(ii) 25% of the ham sandwiches sold were on brown bread.
= 25% (32) = 8
On white bread, 32 - 8 = 24
Frequency table:
Tuna Cheese Ham Total
Brown 21 11 8 40
White 21 15 24 60
Total 42 26 32 100
You can draw vertical line, and get 2 rectangles.
1) First one with sides 2 and 7.
2) Second one with sides 1 and (5-2) = 3, 1 and 3.
3) Area of the first one =2*7=14 units²
4)Area of the second one = 1*3=3 units²
5) Area of the whole polygon = 14+3=17 units²
Answer C. 17units².
Answer:
y = (ax)2
y = 2ax
divide both sides by 2a to make x the subject of the formula.
y/2a = 2ax/2a
x = y/ 2a
hope this was helpful,thanks