document.write( "Question 332999: the length and the width of a rectangle are in the ratio 3:2. if the length is increased by 15 and the width is decreased by 5, the ratio of the length to the width becomes 3:1. find the length and the width \n" ); document.write( "
Algebra.Com's Answer #238623 by AAfter.Com(18)![]() ![]() ![]() You can put this solution on YOUR website! Let the length and width of the rectangle be l and w units \n" ); document.write( "Given, \n" ); document.write( "l/w = 3/2 => l = 3w/2 \n" ); document.write( "and (l + 15)/(w - 5) = 3/1 => l + 15 = 3w - 15 \n" ); document.write( "=> 3w = l + 30 = 3w/2 + 30 \n" ); document.write( "=> 3w/2 = 30 \n" ); document.write( "=> w = 20 \n" ); document.write( "=> l = (3x20)/2 = 30 \n" ); document.write( "Hence, the length and breadth of the rectangle are 30 and 20 units \n" ); document.write( " |