document.write( "Question 258570: How do I write a formula for M in terms of t?
\n" );
document.write( "This is the chart I'm given:\r
\n" );
document.write( "\n" );
document.write( "number of triangles (t) number of sticks (m) (making a pattern of triangles
\n" );
document.write( " 1 (one) 6 (six)
\n" );
document.write( " 2 (two) 10 (ten)
\n" );
document.write( " 3 (three)
\n" );
document.write( " 4 (four)
\n" );
document.write( " 5 (five)
\n" );
document.write( "oops...the 6 and the 10 are supposed to appear under the column no.of sticks (m)\r
\n" );
document.write( "\n" );
document.write( "I just need a model answer so I can understand how to approach other ones. Any help would be really apprectiated. \n" );
document.write( "
Algebra.Com's Answer #190379 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! I think I understand your question \n" ); document.write( "1 triangle = 3 sticks \n" ); document.write( "2 triangles = 5 sticks \n" ); document.write( "3 triangles = 7 sticks \n" ); document.write( " and so on . . . \n" ); document.write( "-- \n" ); document.write( "2t + 1 = m \n" ); document.write( "is the formula \n" ); document.write( "-- \n" ); document.write( "t=1 - -> 2(1) +1 = 3 = m \n" ); document.write( "t=2 - - > 2(2) + 1 = 5 = m \n" ); document.write( "t=3 - - > 2(3) + 1 = 7 = m \n" ); document.write( "t=4 - - > 2(4) + 1 = 9 = m \n" ); document.write( "t=5 - - > 2(5) + 1 = 11 = m \n" ); document.write( "t=6 - - > 2(6) + 1 = 13 = m \n" ); document.write( "t=10 - -> 2(10) + 1 = 21 = m \n" ); document.write( "-- \n" ); document.write( "Hope this helps \n" ); document.write( " |