document.write( "Question 202502: find the exact area of a reactangle with a base of 5 yards and a height of 8 feet. \n" ); document.write( "
Algebra.Com's Answer #152719 by vleith(2983)\"\" \"About 
You can put this solution on YOUR website!
Area of a rectangle is L * W
\n" ); document.write( "IN this case, the two dimensions are in different units (one is in yards, the other in feet). You need to convert yards to feet before starting
\n" ); document.write( "\"Base+=+5yard+=+5yard%2A%283feet%2Fyard%29+=+15feet\"
\n" ); document.write( "\"Area+=+Base+%2A+Height\"
\n" ); document.write( "\"Area+=+15feet+%2A+8feet\"
\n" ); document.write( "\"Area+=+120+feet%5E2\"
\n" ); document.write( "
\n" );