Hello from MrBillDoesMath!
Answer:
11
Discussion:
Let "n" be the smaller number. Then
n * (n+5) = 176.
My first reaction to this problem was to factor 176 in my head. That's 176 = 16 * 11 and 16 is 5 more than 11. So that's the solution!.... Now let's solve it using the brute force approach:
n(n+5) = 176 =>
n^2 + 5n - 176 = 0 => use the quadratic formula
n = ( -5 +\- sqrt( 5^2 - 4(1)(-176)) ) /2
= ( -5 +\- sqrt( 25 + 704) )/ 2
= ( -5 +\- sqrt (729) ) /2 => as sqrt(729) = 27
= (-5 +\- 27) / 2 =>
= (-5 + 27)/2 or ( -5 -27)/2 =>
= 22/2 or -32/2 =>
= 11 or -16
But -16 is not allowed as the question wants a positive value.
Thank you,
MrB
1. H and E i dont know the rest if I’m being completely honest but there’s the first one for you
Answer:
6 inches
Step-by-step explanation:
A=b1+b2/2*h
Fill in the equation with what we know
21=8+x/2*3
Isolate x
Quick steps: 21/3=7*2=14-8=6
x=6
2 square root x • 4x= 22
2x=22
x=11
Answer is 11
Answer:
[0,12]
Step-by-step explanation: