document.write( "Question 390418: Person has some coins stashed away in a bag. Use the clues to figure out how many of each type of coin she has:
\n" );
document.write( "She has at least one quarter, dime, nickel and penny;
\n" );
document.write( "She has a total of 11 coins;
\n" );
document.write( "She has 92 cents
\n" );
document.write( "The number of quarters plus the number of pennies equals the number of nickels;
\n" );
document.write( "The number of dimes plus the number of pennies equals the number of nickels.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #276804 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! She has at least one quarter, dime, nickel and penny; \n" ); document.write( "She has a total of 11 coins; \n" ); document.write( "She has 92 cents \n" ); document.write( "The number of quarters plus the number of pennies equals the number of nickels; \n" ); document.write( "The number of dimes plus the number of pennies equals the number of nickels. \n" ); document.write( "-------------------------- \n" ); document.write( "Equations: \n" ); document.write( "p + n + d + q = 11 \n" ); document.write( "p+ 5n+10d+25q = 92 \n" ); document.write( "p - n+ 0d+ q = 0 \n" ); document.write( "p - n+ d+ 0 = 0 \n" ); document.write( "======================== \n" ); document.write( "These equations do not give whole number \n" ); document.write( "values for the variables. \n" ); document.write( "============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |