document.write( "Question 857916: 10. Marcos had 15 coins in nickels and quarters. He had 3 more quarters than nickels. He
\n" );
document.write( "wrote a system of equations to represent this situation, letting x represent the number of
\n" );
document.write( "nickels and y represent the number of quarters. Then he solved the system by graphing.
\n" );
document.write( "What is the solution?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #516919 by JulietG(1812) You can put this solution on YOUR website! Y + X = 15 [Marcos had 15 coins in nickels and quarters.] \n" ); document.write( "Y = X + 3 [He had 3 more quarters than nickels.] \n" ); document.write( "Substitute the value of X in the second equation into the first. \n" ); document.write( "(X+3) + X = 15 \n" ); document.write( "2X + 3 = 15 \n" ); document.write( "2X = 12 \n" ); document.write( "X = 6 \n" ); document.write( ". \n" ); document.write( "If X is 6, then Y is 9. \n" ); document.write( " |