document.write( "Question 835155: the area of a rectangle is 15p+ 12 square unit. if the width of rectangle is 3, then what is the length? \n" ); document.write( "
Algebra.Com's Answer #503736 by tommyt3rd(5050)\"\" \"About 
You can put this solution on YOUR website!
A=l*w means
\n" ); document.write( "15 p + 12=l*3
\n" ); document.write( "l=(15 p + 12)/3
\n" ); document.write( "l=5 p +4
\n" ); document.write( "
\n" );