document.write( "Question 527199: Mike said \" guess how many coins and dollar bills I have in my pocket. Their value is $13.40, and I have three times as many quarters as dimes. How many of each coin do I have?\" \n" ); document.write( "
Algebra.Com's Answer #348824 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! With coin problems, you have to keep track of the count of coins and their values. \n" ); document.write( "d = number of dimes \n" ); document.write( "10d = value of dimes in cents \n" ); document.write( "q = number of quarters \n" ); document.write( "25q = value of quarters in cents \n" ); document.write( ". \n" ); document.write( "10d + 25q = 1340 cents \n" ); document.write( ". \n" ); document.write( "Mike has 3 time as many quarters as dimes, so we would state \n" ); document.write( ". \n" ); document.write( "q = 3d \n" ); document.write( ". \n" ); document.write( "10d +25(3d) = 1340 \n" ); document.write( ". \n" ); document.write( "10d + 75d = 1340 \n" ); document.write( ". \n" ); document.write( "85d = 1340 \n" ); document.write( ". \n" ); document.write( "d = 1340/85 \n" ); document.write( ". \n" ); document.write( "At this point, the problem is that 1340/85 is not an integer. \n" ); document.write( ". \n" ); document.write( "Since you cannot have fractional dimes, you have to successively determine the point where you get an integer from the division. You can do this by subtracting 100 cents (1 dollar) again and again. Or you might notice that 85*4 = 170*2 = 340. \n" ); document.write( ". \n" ); document.write( "That would mean Mike has 10 $1 bills in his pocket, 4 dimes and 12 quarters. \n" ); document.write( ". \n" ); document.write( "Check the solution to determine if it is the answer. \n" ); document.write( "25(12) = 300 cents \n" ); document.write( "10(4) = 40 cents \n" ); document.write( "10 * 100 = 1000 cents \n" ); document.write( "300 + 40 + 1000 = 1340 cents = $13.40 \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " |