document.write( "Question 79323: A square room has a square rug in it. The area of the room not covered by the rug is 51 sq feet. The sum of the lenght of a side of the rug and the lenght of a side of the room is 17 feet. Find the dimensions of the room.\r
\n" );
document.write( "\n" );
document.write( "I know Area=LenghtxWidth and Perimeter is 2Lenght + 2 Width, but I can't figure out this one. Please help. \n" );
document.write( "
Algebra.Com's Answer #56929 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A square room has a square rug in it. The area of the room not covered by the rug is 51 sq feet. The sum of the length of a side of the rug and the length of a side of the room is 17 feet. Find the dimensions of the room. \n" ); document.write( ": \n" ); document.write( "Let x = 1 side of the room \n" ); document.write( "Then x^2 = area of the room \n" ); document.write( ": \n" ); document.write( "Let (17-x) = 1 side of the square rug \n" ); document.write( "Then (17-x)^2 = area of the rug \n" ); document.write( ": \n" ); document.write( "Room area - rug area = 51 sq/ft \n" ); document.write( "x^2 - (17-x)^2 = 51 \n" ); document.write( ": \n" ); document.write( "x^2 - (289 - 34x + x^2) = 51; FOILed (17-x)(17-x) \n" ); document.write( ": \n" ); document.write( "x^2 - 289 + 34x - x^2 = 51; Removed the brackets, changed the signs \n" ); document.write( ": \n" ); document.write( "34x = 51 + 289; x^2's eliminated, added 289 to both sides \n" ); document.write( ": \n" ); document.write( "34x = 340 \n" ); document.write( ": \n" ); document.write( "x = 340/34 \n" ); document.write( ": \n" ); document.write( "x = 10 ft is the side of the room \n" ); document.write( ": \n" ); document.write( "17 - 10 = 7 ft is the side of the rug \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check, room area - rug area \n" ); document.write( "10^2 - 7^2 = 51 \n" ); document.write( " \n" ); document.write( " |