document.write( "Question 199145: If a rectangle has sides of 10 and 6, find the area if the longest side is decreased by 50% and the short side is increased by 50%. \n" ); document.write( "
Algebra.Com's Answer #149619 by nerdybill(7384)\"\" \"About 
You can put this solution on YOUR website!
If a rectangle has sides of 10 and 6, find the area if the longest side is decreased by 50% and the short side is increased by 50%.
\n" ); document.write( ".
\n" ); document.write( "length = 10-.50(10) = 10-5 = 5
\n" ); document.write( "width = 6+.50(6) = 6+3 = 9
\n" ); document.write( ".
\n" ); document.write( "area = 5*9 = 45 square units
\n" ); document.write( "
\n" );