document.write( "Question 507117: Smedley has just drawn two rectangles. The length of the first rectangle is 4cm more than the length of the second. The width of the first is 9cm. The width of the second is 6cm. If the area of the first rectangle is 96 square cm greater than the area of the second, find the length of each.
\n" );
document.write( "I tried: I drew rectangles. And my equation was [9(x+4)]+96=6x
\n" );
document.write( "9x+36+96=6x
\n" );
document.write( "9x+132=6x
\n" );
document.write( "132=-3x
\n" );
document.write( "Divide by 3.
\n" );
document.write( "X=-44
\n" );
document.write( "First of all it can't be negative, second... It doesn't work. I checked it and it doesn't work out. \n" );
document.write( "
Algebra.Com's Answer #340387 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! The length of the first rectangle is 4cm more than the length of the second. \n" ); document.write( " The width of the first is 9cm. \n" ); document.write( " The width of the second is 6cm. \n" ); document.write( " If the area of the first rectangle is 96 square cm greater than the area of the second, find the length of each. \n" ); document.write( ": \n" ); document.write( "Let's do it this way. \n" ); document.write( ": \n" ); document.write( "Let a = the length of the 2nd rectangle \n" ); document.write( "then \n" ); document.write( "(a+4) = the length of the 1st rectangle \n" ); document.write( ": \n" ); document.write( "1st rect area - 2nd rect area = 96 sq/cm \n" ); document.write( "9(a+4) - 6a = 96 \n" ); document.write( "9a + 36 - 6a = 96 \n" ); document.write( "9a - 6a = 96 - 36 \n" ); document.write( "3a = 30 \n" ); document.write( "a = 30/3 \n" ); document.write( "a = 10 cm is the length of the 2nd rectangle \n" ); document.write( "then \n" ); document.write( "10+4 = 14 cm is the length of the 1st rectangle \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check this \n" ); document.write( "9*14 - 6*10 = \n" ); document.write( "126 - 30 = 96; confirms our solution \n" ); document.write( " |