document.write( "Question 261477: I'm trying to help my grandson solve this problem.. only I don't remember how to do it.
\n" );
document.write( "Thank you for the help
\n" );
document.write( "Kid has a bug collection of insects(6legs) and arachnids(8legs) he has a total of 8 bugs. With a combined total of 54 legs. How many of each type of bug does he have. Write a formula and solve.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #192670 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Kid has a bug collection of insects(6legs) and arachnids(8legs) he has a total of 8 bugs. With a combined total of 54 legs. How many of each type of bug does he have. Write a formula and solve. \n" ); document.write( "---------------- \n" ); document.write( "I + A = 8 (Total of 8 bugs) \n" ); document.write( "6I + 8A = 54 (Total legs) \n" ); document.write( "--------------------------- \n" ); document.write( "I = 8 - A \n" ); document.write( "Sub for I into 2nd eqn \n" ); document.write( "6(8-A) + 8A = 54 \n" ); document.write( "48-6A + 8A = 54 \n" ); document.write( "A = 3 \n" ); document.write( "I = 5 \n" ); document.write( " \n" ); document.write( " |