document.write( "Question 166079: A vendor at the county fair wishes to spend $312 on his milkshake booth and has a goal of earning $1410. He figures he can make a small shake for $0.45 and a large shake for $0.75. He plans to sell a small shake for $2.25 and a large shake for $3.00. Write and solve a system of equations to determine how many of each size shake he will need to make and sell in order to reach his goal. \r
\n" );
document.write( "\n" );
document.write( "Okay my teacher is a crazy lunatic and thinks i am super smart by giving me a super hard question, and i struggle with math in the first place. I understand that i need to find the x and y varibles but im not sure where to begin. theres the amount of money he needs to make a shake and then the amount that hes going to sell them for. am i correct?.... oh and this isnt in my book. he just makes them up randomly.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #122479 by elima4(15)![]() ![]() ![]() You can put this solution on YOUR website! I'm sure your teacher is not crazy.:) \n" ); document.write( "Anyway, I'll try and help; \n" ); document.write( "First of all we know he spends $312 all together. Now lets break that down. To make small milkshakes it cost .45 for each, and for large it cost .75 for each. \n" ); document.write( "So the equation would be; \n" ); document.write( "x = small milkshakes \n" ); document.write( "y = large milkshakes \n" ); document.write( ".45x + .75y = 312 \n" ); document.write( "Now the lther equation; \n" ); document.write( "We know he wants to make $1410 altogether, he charges 2.25 for small and 3.00 for large. \n" ); document.write( "So the equation; \n" ); document.write( "2.25x + 3y = 1410 \n" ); document.write( "Now we have our two equations, lets solve them. \n" ); document.write( ".45x+.75y = 312 \n" ); document.write( "2.25x+3y = 1410 \n" ); document.write( "======================== \n" ); document.write( "let solve the first for y; \n" ); document.write( ".75y = 1410-.45x \n" ); document.write( " \n" ); document.write( "y= 416-.6x \n" ); document.write( "Now plug this into either equation for y to find x; \n" ); document.write( "2.25x +3(416-.6x)=1410 \n" ); document.write( "2.25x + 1248 - 1.8x=1410 \n" ); document.write( ".45x+1248=1410 \n" ); document.write( ".45x=162 \n" ); document.write( "x=360 \n" ); document.write( "Now we have our x, lets find out y; \n" ); document.write( ".45(360)+.75y=312 \n" ); document.write( "162 + .75y = 312 \n" ); document.write( ".75y = 150 \n" ); document.write( " \n" ); document.write( "y=200 \n" ); document.write( "Check \n" ); document.write( ".45(360) + .75(200)=312 \n" ); document.write( "Hope you understand \n" ); document.write( ":) \n" ); document.write( " |