document.write( "Question 124866: suppose you have just enough money, in coins, to pay for a loaf of bread priced at $1.95. You have 12 coins, all quarters and dimes. Let q=quarters and d=dimes. What system would model this given information? \n" ); document.write( "
Algebra.Com's Answer #91508 by solver91311(24713) You can put this solution on YOUR website! You have q quarters and d dimes. Since you have 12 coins, all of which are either quarters or dimes, \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Also, the value of a quarter is 25 cents, so the value of all your q quarters is 25q cents. Likewise the value of your d dimes is 10d cents.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The total value of your money is $1.95, which can be expressed as 195 cents, therefore:\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So, how many of each coin do you have? \n" ); document.write( " |