document.write( "Question 939585: A jar filled with nickels and quarters contains a total of 50 coins. The value of all the coins in the jar is $6.50. How many quarters are in the jar. \n" ); document.write( "
Algebra.Com's Answer #572583 by srinivas.g(540)![]() ![]() You can put this solution on YOUR website! 1 nickle = 0.05 dollars \n" ); document.write( "1 quarter =0.25 dollars \n" ); document.write( "let x be the no of nickles \n" ); document.write( "let y be the no of quarters \n" ); document.write( "total no of coins =50 \n" ); document.write( " x+y = 50..............eq(1) \n" ); document.write( " total worth = $ 6.50 \n" ); document.write( " x*0.05+y*0.25 = $6.50 ..............eq(2) \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Result : \n" ); document.write( " no of quarters = 20 \n" ); document.write( " \n" ); document.write( " |