document.write( "Question 466398: I was doing an IQ game (\"challenging\" level) and was faced with a problem, which I solved by logical thinking and trial/error. However, before that I tried to figure out a way to solve the problem with algebra. I'm still not sure if it is possible or not.\r
\n" );
document.write( "\n" );
document.write( "The problem/question:
\n" );
document.write( "\"Charlie removed a one-metre wide strip of grass from all the way around a square lawn, which was made info a flower bed. The remaining grass was four-fifths the area of the new flower bed.
\n" );
document.write( "What were the dimensions of the lawn originally?\"\r
\n" );
document.write( "\n" );
document.write( "It seemed to me that we are missing a value (a length), but then I thought that it might be possible to figure it out by using equations, and canceling out values against each other. I tried different approaches, but I haven't done equations for a long time and got stuck.\r
\n" );
document.write( "\n" );
document.write( "This was my approach:
\n" );
document.write( "a = length or height of square lawn
\n" );
document.write( "b = new flower bed
\n" );
document.write( "c = remaining grass
\n" );
document.write( "d = dimensions of original lawn (area)\r
\n" );
document.write( "\n" );
document.write( "c = 4/5b
\n" );
document.write( "d = b + c
\n" );
document.write( "(a - 2)x2 = (4/5b) + (5/5b)\r
\n" );
document.write( "\n" );
document.write( "Is it just not possible, or am I missing something?
\n" );
document.write( "Any help with pointing out if and how this can be done would be greatly appreciated!\r
\n" );
document.write( "\n" );
document.write( "Kind regards,
\n" );
document.write( "Rob \n" );
document.write( "
Algebra.Com's Answer #319737 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Charlie removed a one-metre wide strip of grass from all the way around a square lawn, which was made into a flower bed. \n" ); document.write( " The remaining grass was four-fifths the area of the new flower bed. \n" ); document.write( " What were the dimensions of the lawn originally? \n" ); document.write( ": \n" ); document.write( "Let the original dimension of the square lawn = x by x \n" ); document.write( "Area of original lawn = x^2 \n" ); document.write( ": \n" ); document.write( "After removing the 1 meter strip all the way around, the dimensions would be: \n" ); document.write( "(x-2) by (x-2) \n" ); document.write( "Area of the remaining grass = (x-2)^2, FOIL this and you have: \n" ); document.write( "A = x^2 - 4x + 4; the remaining grass \n" ); document.write( ": \n" ); document.write( "then find removed strip area: \n" ); document.write( "A = x^2 - (x^2 - 4x + 4) \n" ); document.write( "A = x^2 - x^2 + 4x - 4 \n" ); document.write( "A = 4x - 4, the area of the flowerbed \n" ); document.write( ": \n" ); document.write( "x^2 - 4x + 4 = \n" ); document.write( " \n" ); document.write( "\n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |