document.write( "Question 152186: What will it cost to tile a kitchen floor that is 12 feet wide by 20 feet long if the tile cost $8.91 per square yard?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #111843 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! What will it cost to tile a kitchen floor that is 12 feet wide by 20 feet long if the tile cost $8.91 per square yard? \n" ); document.write( ". \n" ); document.write( "Area of kitchen floor: \n" ); document.write( "12 * 20 = 240 square feet \n" ); document.write( ". \n" ); document.write( "Now, we have convert the above to square yard \n" ); document.write( "1 sq yard per 9 square feet \n" ); document.write( ". \n" ); document.write( "Therefore, \n" ); document.write( "240/9 = 26.67 square yard \n" ); document.write( ". \n" ); document.write( "So, the cost is: \n" ); document.write( "26.67 * 8.91 = $237.60 \n" ); document.write( " |