document.write( "Question 190626: how do i solve this problem... 1. Bob has 60 coins consisting of quarters and dimes. The coins combined value is
\n" );
document.write( "$9.45. Find out how many of each quarters and dimes Bob has. please show me the steps on sloving this... \n" );
document.write( "
Algebra.Com's Answer #143107 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! 1. Bob has 60 coins consisting of quarters and dimes. The coins combined value is \n" ); document.write( "$9.45. Find out how many of each quarters and dimes Bob has. \n" ); document.write( "---------------------- \n" ); document.write( "Q + D = 60 (60 coins) \n" ); document.write( "25Q + 10D = 945 (total value) \n" ); document.write( "Q = 60 - D (from 1st eqn) \n" ); document.write( "Sub into 2nd eqn \n" ); document.write( "25*(60-D) + 10D = 945 \n" ); document.write( "1500 - 25D + 10D = 945 \n" ); document.write( "-15D = - 555 \n" ); document.write( "D = 37 \n" ); document.write( "Q = 23 \n" ); document.write( " \n" ); document.write( " |