document.write( "Question 800389: The total area of four sides of a rectangular box of height 3 cm is 72 cm^2.If the length were to be increased by 10% and the breadth decreased by 20%, this area would remain unchanged.Find the length and breadth of the box. \n" ); document.write( "
| Algebra.Com's Answer #483181 by ankor@dixie-net.com(22740)     You can put this solution on YOUR website! The total area of four sides of a rectangular box of height 3 cm is 72 cm^2. \n" ); document.write( "therefore \n" ); document.write( "2(3L) + 2(3W) = 72 \n" ); document.write( "simplify, divide by 2 \n" ); document.write( "3L + 3W = 36 \n" ); document.write( ": \n" ); document.write( "If the length were to be increased by 10% and the breadth decreased by 20%, this area would remain unchanged.Find the length and breadth of the box. \n" ); document.write( "A 10% increase in Length would be 1.1L \n" ); document.write( "A 20% decrease in width would be .8W \n" ); document.write( "Therefore \n" ); document.write( "2(3*1.1L) + 2(3*.8W) = 72 \n" ); document.write( "simplify you have \n" ); document.write( "3.3L + 2.4W = 36 \n" ); document.write( "Multiply the first equation by .8, subtract it from the above equation \n" ); document.write( "3.3L + 2.4W = 36 \n" ); document.write( "2.4L + 2.4W = 28.8 \n" ); document.write( "------------------- \n" ); document.write( ".9L = 7.2 \n" ); document.write( "L = 7.2/.9 \n" ); document.write( "L = 8 cm, the original length \n" ); document.write( "then \n" ); document.write( "3(8) + 3W = 36 \n" ); document.write( "3W = 36-24 \n" ); document.write( "W = 12/3 \n" ); document.write( "W = 4 cm is the original width \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "I'll let you confirm this solution in the 2nd statement \n" ); document.write( "1.1(8) = 8.8 cm increase length \n" ); document.write( ".8(4) = 3.2 cm the decreased width \n" ); document.write( " \n" ); document.write( " |