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 #797164 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Here's the first one \n" ); document.write( "quarters=x \n" ); document.write( "pennies=x+11 \n" ); document.write( ".25x+.01(x+11)=2.19 \n" ); document.write( ".26x+.11=2.19 \n" ); document.write( ".26x=2.08 \n" ); document.write( "x=8 quarters \n" ); document.write( "x+11=19 pennies\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |