document.write( "Question 637645: a rectangular floor 12 units long and 8 units wide is to be covered w/ triangular tiles w/ side 3 units, 4 units and 5 units how many tiles are neede?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #401788 by god2012(113)![]() ![]() You can put this solution on YOUR website! the sides of the triangle are 3,4 and 5 units \n" ); document.write( "That is , it is a right angled triangle (pythagorian triplets) \n" ); document.write( "Area of triangle = 1/2 * 4 * 3 = 6 sq. units \n" ); document.write( "Area of rectangle = L * B = 12 * 8 = 96 Sq. units\r \n" ); document.write( "\n" ); document.write( "Total number of tiles required = total area / total area of triangle per tile \n" ); document.write( "= 96/6 = 16 tiles\r \n" ); document.write( "\n" ); document.write( "Total tiles needed to cover the floor = 16 \n" ); document.write( " |