document.write( "Question 936396: A jar contains 50 coins all either 2 cents or 5 cents. The total value of the coins is $1.87. How many 2 cents coins are there? \n" ); document.write( "
Algebra.Com's Answer #569842 by srinivas.g(540)![]() ![]() You can put this solution on YOUR website! let x be the no of 2 cents coins and y be the no of 5 cents coins \n" ); document.write( " total no of coins =50 \n" ); document.write( " x+y= 50 -------------eq(1)\r \n" ); document.write( "\n" ); document.write( "The total value of the coins is $1.87 \n" ); document.write( " x*0.02+y*0.05 = 1.87 .........eq(2) \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( " no of 2 cents coins =21 \n" ); document.write( " no of 5 cents coins =29 \n" ); document.write( " |