document.write( "Question 49296:
\n" );
document.write( "Wendy has 52 coins consisting of nickels and pennies. If the value of the coins is $1.20, then how many of each type does she have? \n" );
document.write( "
Algebra.Com's Answer #32694 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! Wendy has 52 coins consisting of nickels and pennies. If the value of the coins is $1.20, then how many of each type does she have? \n" ); document.write( "LET NICKELS=N....AND PENNIES=P \n" ); document.write( "N+P=52............I \n" ); document.write( "VALUE OF NICKELS=5N \n" ); document.write( "VALUE OF PENNIES=P \n" ); document.write( "TOTAL=5N+P=120...................II \n" ); document.write( "EQN.II-EQN.I..... \n" ); document.write( "4N=120-52=68 \n" ); document.write( "N=68/4=17 \n" ); document.write( "P=52-17=35 \n" ); document.write( " |