document.write( "Question 1172223: Chris has a change jar that contains $2.19 in quarters and pennies. He has 11 more pennies than quarters. How many of each type of coin does he have?\r
\n" );
document.write( "\n" );
document.write( "Tiana has a change jar that contains $3.50 in dimes and nickels. She has 12 times as many nickels as dimes. How many of each type of coin does she have?\r
\n" );
document.write( "\n" );
document.write( "Kelsey has a change jar that contains $2.45 in nickels and quarters. The number of nickels is 7 more than two times the number of quarters. How many of each type of coin does she have?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #797166 by mccravyedwin(407)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "Instead of doing your problems for you, I'll change only the numbers and work\r\n" ); document.write( "problems exactly like yours step by step, that you can use as models to solve\r\n" ); document.write( "your problems by. Notice that the numbers are different but they are worked\r\n" ); document.write( "exactly the same way:\r\n" ); document.write( "Chris has a change jar that contains $2.51 in quarters and pennies. He \n" ); document.write( "has 17 more pennies than quarters. How many of each type of coin does he have? \r\n" ); document.write( "q = number of quarters \r\n" ); document.write( "$0.25q = value of all the quarters\r\n" ); document.write( "q+17 = number of pennies <-- the more...than... tells us to ADD q and 17.\r\n" ); document.write( "$0.01(q+17) = value of all the pennies\r\n" ); document.write( "\r\n" ); document.write( "Tiana has a change jar that contains $3.90 in dimes and nickels. She has \n" ); document.write( "11 times as many nickels as dimes. How many of each type of coin does she have? \r\n" ); document.write( "\r\n" ); document.write( "d = number of dimes \r\n" ); document.write( "$0.10d = value of all the dimes\r\n" ); document.write( "11∙d = number of nickels <--the word \"times\" tells us to multiply 11 by d.\r\n" ); document.write( "$0.05(11∙d) = value of all the nickels\r\n" ); document.write( "\r\n" ); document.write( "Kelsey has a change jar that contains $2.40 in nickels and quarters. The number \n" ); document.write( "of nickels is 8 more than three times the number of quarters. How many of each \n" ); document.write( "type of coin does she have? \r\n" ); document.write( "q = number of quarters \r\n" ); document.write( "$0.25q = value of all the quarters\r\n" ); document.write( "3q+8 = number of nickels <--the \"more than three times\" tells us to ADD 3q and 7.\r\n" ); document.write( "$0.05(3q+8) = value of all the nickels\r\n" ); document.write( "\r\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |