document.write( "Question 1055290: a jar contains 53 coins. all of which are nickels and dimes. the total value of coins in the car is 4.35 how many of each coin do they have\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "you solve the problem like so
\n" );
document.write( " x+y=53
\n" );
document.write( " .10x+.05y=4.25 \n" );
document.write( "
Algebra.Com's Answer #670530 by Alan3354(69443) You can put this solution on YOUR website! a jar contains 53 coins. all of which are nickels and dimes. the total value of coins in the car is 4.35 how many of each coin do they have\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you solve the problem like so \n" ); document.write( " x+y=53 \n" ); document.write( " .10x+.05y=4.25 \n" ); document.write( "-------------- \n" ); document.write( "You could. \n" ); document.write( "I would use: \n" ); document.write( "n + d = 53 \n" ); document.write( "5n+10d = 435 \n" ); document.write( "============= \n" ); document.write( " \n" ); document.write( " |