document.write( "Question 244027: Hannah has a jar filled with 150 coins made up of quarters and nickels. The total value of the coins is $28.30\r
\n" );
document.write( "\n" );
document.write( "If x represents the number of quarters in the jar, which equation can be used to find the number of quarters? \n" );
document.write( "
Algebra.Com's Answer #178645 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Hannah has a jar filled with 150 coins made up of quarters and nickels. The total value of the coins is $28.30 \n" ); document.write( "If x represents the number of quarters in the jar, which equation can be used to find the number of quarters? \n" ); document.write( ": \n" ); document.write( "(n = no. of nickels) \n" ); document.write( "x + n = 150 \n" ); document.write( "n = (150 - x) \n" ); document.write( "and \n" ); document.write( ".25x + .05n = 28.30 \n" ); document.write( ".05n = (28.30 - .25x) \n" ); document.write( "Multiply eq by 20 \n" ); document.write( "n = (566 - 5x) \n" ); document.write( ": \n" ); document.write( "find x using this equation \n" ); document.write( "150 - x = 566 - 5x \n" ); document.write( "-x + 5x = 566 - 150 \n" ); document.write( "4x = 416 \n" ); document.write( "x = 104 quarters \n" ); document.write( " |