document.write( "Question 241315: The dimensions of a room are 21 feet by 6 feet. If carpet costs $16.25 per square
\n" );
document.write( "yard, how much will it cost to carpet the room? \n" );
document.write( "
Algebra.Com's Answer #176725 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! There are 9 square feet per square yard. \n" ); document.write( "[(21*6)/9]*16.25 \n" ); document.write( "(126/9)*16.25 \n" ); document.write( "14*16.25=$227.50 cost of the carpet. \n" ); document.write( " |