document.write( "Question 299576: Translate the problem into a pair of linear equations in two variables. Solve the equations using either elimination or substitution. State your answer for the specified variable.\r
\n" );
document.write( "\n" );
document.write( "A child's bank contains $2.24 in pennies and nickels. If the number of pennies is 40 less than 3 times the number of nickels, then how many pennies are in the bank?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #215239 by dabanfield(803)![]() ![]() ![]() You can put this solution on YOUR website! Translate the problem into a pair of linear equations in two variables. Solve the equations using either elimination or substitution. State your answer for the specified variable. \n" ); document.write( "A child's bank contains $2.24 in pennies and nickels. If the number of pennies is 40 less than 3 times the number of nickels, then how many pennies are in the bank?\r \n" ); document.write( "\n" ); document.write( "Let x be the number of nickels and y the number of pennies. We have then:\r \n" ); document.write( "\n" ); document.write( "1.) y = 3*x - 40\r \n" ); document.write( "\n" ); document.write( "Since each nickle is worth .05 and each penny .01 we also have:\r \n" ); document.write( "\n" ); document.write( "2.) .05*x + .01*y = 2.24 \r \n" ); document.write( "\n" ); document.write( "Multiplying both sides by 100 we have:\r \n" ); document.write( "\n" ); document.write( "5x + y = 224\r \n" ); document.write( "\n" ); document.write( "From the above we have y = -5x + 224\r \n" ); document.write( "\n" ); document.write( "We can substitute -5x + 224 for y in equation 1.) and solve for x.\r \n" ); document.write( "\n" ); document.write( "Once we have the value of x we can find y = -5x + 224. \n" ); document.write( " \n" ); document.write( " |