The first two are 6 and 28. The factors of 6 add up to the same thing as 6.
Six
1 * 2 * 3 = 6
1 + 2 + 3 = 6
Twenty eight
1 + 2 + 4 + 7 + 14 = 28 (the multiplication is not the same as for 6).
Four hundred ninety Six
This one is kind of hard to believe
It is 16 * 31
1 + 2 + 4 + 8 + 16 + 248 + 124 + 62 + 31 = 496
Step-by-step explanation:
Let the number be x
160% of x=144

then we cross multiply


divide both sides by 160


therefore the number is 90
Answer: YES!!!!
Step-by-step explanation:
PLEASE HELP ME ALSO- GO TO MY PROFILE AND ANSWER THE LAST Question.
Would use the algorithm for solving square root.
For square root, √n
x₁ = 0.5(x₀ + n/x₀)
(This formula is known and for square root, and can be derived using Newton-Raphson's approximation equation)
Where x₀ is the initial guess. x₁ becomes the new guess.
For √100.6 let our initial guess be 10, x₀ = 10, n = 100.6
Our approximation shall be to 3 decimal places. Once we get the same answer twice we stop the algorithm.
x₀ = 10, x₁ = 0.5(x₀ + n/x₀), x₁ = 0.5(10 + 100.6/10) = 10.030, x₁ = 10.030
x₂ = 0.5(x₁ + n/x₁), x = 0.5(10.030 + 100.6/10.030) ≈10.015, x₂ ≈ 10.030 (to 3 decimal places)
Since x₂≈ x₁, the algorithm stops.
So the √100.6 is ≈ 10.030 to 3 decimal places.
I hope this helps.