Question 1098166
<br>In the beginning, when we read this problem, we recognize that we need to find two numbers whose difference is 20 and whose product it 5376.  Since it looks like that would be hard, let's see what algebra could do to help us.<br>
Let x be the width, so x+20 is the length.  Then
{{{x(x+20) = 5376}}}
{{{x^2+20x = 5376}}}
{{{x^2+20x-5376 = 0}}}<br>
If we try to solve this by factoring, what we need to do is find two numbers whose difference is 20 and whose product is 5376.<br>
BUT THAT'S WHAT THE PROBLEM TOLD US TO START WITH!!!<br>
So using algebra didn't get us any closer to the solution....<br>
Well... we can still use the quadratic formula to solve for x:
{{{x = (-b+-sqrt(b^2-4ac))/2a}}}
{{{x = (-20+-sqrt(400+21504))/2}}}   <-- some ugly arithmetic there...
{{{x = (-20+-sqrt(21904))/2}}}<br>
And now we have to use a calculator to find that square root...
{{{x = (-20+-148)/2}}}  [obviously for this problem we want the positive root]
{{{x = 128/2 = 64}}}<br>
So the width x is 64 and the length x+20 is 84.
Check: 64*84 = 5376<br>
That was a lot of work....<br>
So let's go back and look at the original problem again and see if we can get to this answer with a lot less work by using logical analysis.<br>
Once again, we need to find two numbers whose difference is 20 and whose product is 5376.<br>
Let's think about what kinds of numbers we get when we multiply two numbers whose difference is 20.  The difference of 20 means the units digits of the two numbers are the same.  The units digit of our product is 6.  So what single digits can we multiply by themselves to get a units digit of 6?  There are two possibilities: 4 or 6.<br>
Next think about the whole product, 5376.  The square root of 5376 is 70-something, because 70 squared is 4900 and 80 squared is 6400.<br>
So if we want to multiply two numbers whose difference is 20 and whose product is 5376, then the two numbers have to be 60-something and 80-something.<br>
Now we just use trial and error:
66*86 = 5676  nope...
64*84 = 5376  YES!!<br>
So by logical analysis and a bit of estimation, we have found the solution to the problem -- and with a lot less work than using formal algebra.