document.write( "Question 346549: Finding the area of a rectangle when the length is v+3 and the width is 5, the answer is 5v + 15. I understand how I arrived at 15 but I don't understand the 5v part.\r
\n" );
document.write( "\n" );
document.write( "Thank you \n" );
document.write( "
Algebra.Com's Answer #247755 by mananth(16946)![]() ![]() You can put this solution on YOUR website! length = v+3 \n" ); document.write( "width =5 \n" ); document.write( "Area A = L*W \n" ); document.write( "A= 5*(v+3) \n" ); document.write( "A= 5*v+5*3 \n" ); document.write( "A=5v+15 \n" ); document.write( " |