document.write( "Question 270002: bob has 60 coins consisting of quarters and dimes. the coins combined value is $9.45. how many quarters and how many dimes are there. \n" ); document.write( "
Algebra.Com's Answer #197843 by Tobiasz(54)![]() ![]() You can put this solution on YOUR website! Q = Quaters \n" ); document.write( " D = Dimes\r \n" ); document.write( "\n" ); document.write( "25Q + 10D = 60\r \n" ); document.write( "\n" ); document.write( "Q + D = 60 \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Solve the equation\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |