document.write( "Question 369336: How many 1 inch equiltateral triangles are needed to build a chain of triangles that has a perimeter of 20 inches? \n" ); document.write( "
Algebra.Com's Answer #263262 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
x+(x+1)+2 = 20
\n" ); document.write( "2x + 3 = 20, or 2x = 17, no integer solution.
\n" ); document.write( "x+x+2 = 20,
\n" ); document.write( "2x = 18, or x = 9. Therefore you need 2*9 = 18 1 inch equilateral triangles.(9 at the top, 9 at the bottom.)
\n" ); document.write( "
\n" );