document.write( "Question 308952: You are tiling a bathroom floor with tiles that are regular hexagons.
\n" );
document.write( "Each tile has 6 inch sides.
\n" );
document.write( "How many tiles will you need if the floor of the bathroom is 100 square feet? \n" );
document.write( "
Algebra.Com's Answer #220957 by mananth(16946)![]() ![]() You can put this solution on YOUR website! The area of ar regular hexan is given by the formula 3sqrt3 / 2 * s^2 . s= side \n" ); document.write( "convert the side to feet = 1/2 feet \n" ); document.write( "=3* sqrt3 * (1/2)^2 / 2 \n" ); document.write( "= 0.649 square feet \n" ); document.write( ". \n" ); document.write( "Area of floor = 100 \n" ); document.write( "Area of each tile = 0.549 sq.feet\r \n" ); document.write( "\n" ); document.write( "No of tiles = 100 / 0.649 \n" ); document.write( "= 154 tiles \n" ); document.write( " |