document.write( "Question 1011837: Marina has a total of 21 coins in dimes and quarters. She has two times as many dimes as quarters
\n" );
document.write( "a) define the variable \r
\n" );
document.write( "\n" );
document.write( "b) state the system of equations that model this situation \r
\n" );
document.write( "\n" );
document.write( "c) determine how many dime and quarters marina has\r
\n" );
document.write( "\n" );
document.write( "d) how much money does marina have
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #627647 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Marina has a total of 21 coins in dimes and quarters. She has two times as many dimes as quarters \n" ); document.write( "a) define the variables \n" ); document.write( "d = # of dimes ; q = # of quarters \n" ); document.write( "------- \n" ); document.write( "b) state the system of equations that model this situation \n" ); document.write( "Quantity Eq:: d + q = 21 \n" ); document.write( "Quantity Eq:: d = 2q \n" ); document.write( "----------------------------- \n" ); document.write( "c) determine how many dime and quarters marina has \n" ); document.write( "Substitute for \"d\" and solve for \"q\":: \n" ); document.write( "2q + q = 21 \n" ); document.write( "3q = 21 \n" ); document.write( "q = 7 (# of quarters) \n" ); document.write( "---- \n" ); document.write( "Solve for \"d\":: \n" ); document.write( "d = 21-q = 21-7 = 14 (# of dimes) \n" ); document.write( "---------------------------------------- \n" ); document.write( "d) how much money does marina have \n" ); document.write( "Ans: 7*25 + 14*10 = 175 + 140 = $3.15 \n" ); document.write( "------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "---------------- \n" ); document.write( " |