document.write( "Question 1202530: A person has a bag containing quarters and nickels. There are a total of 189 coins in the bag, and the total value of the coins is $21.65.\r
\n" );
document.write( "\n" );
document.write( "Determine how many quarters and nickels are in the bag.\r
\n" );
document.write( "\n" );
document.write( "there are quarters.\r
\n" );
document.write( "\n" );
document.write( "there are nickels.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #837424 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A person has a bag containing quarters and nickels. There are a total of 189 coins in the bag, and the total value of the coins is $21.65. \n" ); document.write( "------------- \n" ); document.write( "q + n = 189 \n" ); document.write( "25q + 5n = 2165 \n" ); document.write( "etc \n" ); document.write( " |