document.write( "Question 537692: If the area of a triangle is 24 square inches and the height is 4 inches. How long is the base of the triangle? \n" ); document.write( "
Algebra.Com's Answer #352988 by TMils(8)![]() ![]() You can put this solution on YOUR website! If the area of a triangle is 24 square inches and the height is 4 inches. How long is the base of the triangle?\r \n" ); document.write( "\n" ); document.write( "Area=1/2bh\r \n" ); document.write( "\n" ); document.write( "Area = 24 \n" ); document.write( "Base = b \n" ); document.write( "ht = 4\r \n" ); document.write( "\n" ); document.write( "24 = 1/2b(4)\r \n" ); document.write( "\n" ); document.write( "you need to get b by itself. \r \n" ); document.write( "\n" ); document.write( "1. Divide both sides by 4 \n" ); document.write( "24/4 = (1/2)b(4)/4 ==> 6 = (1/2)b\r \n" ); document.write( "\n" ); document.write( "2. Divide both sides by 1/2 \n" ); document.write( "6/(1/2) = b\r \n" ); document.write( "\n" ); document.write( "12 = b\r \n" ); document.write( "\n" ); document.write( "Check your work: 24 = (1/2)(6)(4) \n" ); document.write( " 24 = (1/2)(48) \n" ); document.write( " 24 = 24 ==> this means that 12 is the length of the base and completes the formula for the area of a triangle. \n" ); document.write( " |