document.write( "Question 1190592: on monday, revlien paid 66 pesos for 3 doughnuts and 2 cups of coffee. on tuesday, she paid 69 pesos for 2 doughnuts and 3 cups of coffee. how much did he pay for 1 doughnut and 1 cup of coffee on a wednesday?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #822299 by math_tutor2020(3817) ![]() You can put this solution on YOUR website! \n" ); document.write( "d = cost of 1 doughnut \n" ); document.write( "c = cost of 1 coffee \n" ); document.write( "costs are in pesos\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Setting up the cost for Monday \n" ); document.write( "3d = cost of 3 doughnuts \n" ); document.write( "2c = cost of 2 coffees \n" ); document.write( "3d+2c = total cost of the 5 items overall \n" ); document.write( "3d+2c = 66 pesos\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's solve for c \n" ); document.write( "3d+2c = 66 \n" ); document.write( "2c = 66-3d \n" ); document.write( "c = (66-3d)/2 \n" ); document.write( "c = (66/2)-(3d/2) \n" ); document.write( "c = 33 - 1.5d \n" ); document.write( "I'll use this later on.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Setting up the cost for Tuesday \n" ); document.write( "2d = cost of 2 doughnuts \n" ); document.write( "3c = cost of 3 coffees \n" ); document.write( "2d+3c = total cost of these 5 new items \n" ); document.write( "2d+3c = 69 pesos\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Apply substitution \n" ); document.write( "2d+3c = 69 \n" ); document.write( "2d+3( c ) = 69 \n" ); document.write( "2d+3( 33-1.5d ) = 69 ... c replaced with 33-1.5d \n" ); document.write( "2d+99-4.5d = 69 \n" ); document.write( "-2.5d = 69-99 \n" ); document.write( "-2.5d = -30 \n" ); document.write( "d = -30/(-2.5) \n" ); document.write( "d = 12 \n" ); document.write( "It costs 12 pesos for 1 doughnut\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "c = 33 - 1.5d \n" ); document.write( "c = 33 - 1.5(12) \n" ); document.write( "c = 33 - 18 \n" ); document.write( "c = 15 \n" ); document.write( "It costs 15 pesos for 1 coffee\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Check for Monday: \n" ); document.write( "3d+2c = 66 \n" ); document.write( "3*12+2*15 = 66 \n" ); document.write( "36+30 = 66 \n" ); document.write( "66 = 66 that works out\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Check for Tuesday: \n" ); document.write( "2d+3c = 69 \n" ); document.write( "2*12+3*15 = 69 \n" ); document.write( "24+45 = 69 \n" ); document.write( "69 = 69 that works out as well\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We've confirmed we have the correct unit prices for each food item.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "For Wednesday, she bought 1 doughnut and 1 coffee \n" ); document.write( "So the amount paid is d+c = 12+15 = 27 pesos \n" ); document.write( "This excludes any kind of tax or extra surcharges.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: 27 pesos \n" ); document.write( " \n" ); document.write( " |