document.write( "Question 46398: Sally brought three chocolate bars and a pack of gum and paid $1.75. Jake brought two chocolate bars and four packs of gum and paid $2.00. Find the cost of a chocolate bar and the cost of a pack of gum?\r
\n" );
document.write( "\n" );
document.write( "Thank you. I have gotten so far as x = chocolate bar and y = gum. \n" );
document.write( "
Algebra.Com's Answer #30773 by saltzy57(8)![]() ![]() ![]() You can put this solution on YOUR website! 3x + 1y =1.75 \n" ); document.write( "2x + 4y =2.00\r \n" ); document.write( "\n" ); document.write( "To find the cost of the choclate bar we must eliminate the gum from our equation.\r \n" ); document.write( "\n" ); document.write( "One way to do that is to Multiply the first equation by 4 and substract the two equations\r \n" ); document.write( "\n" ); document.write( "4(3x+Y)= 1.75 \n" ); document.write( " 12x +4y = 7.00 now substract the 2nd equation from first \n" ); document.write( "- 2x +4y = 2.00 you get the following equation\r \n" ); document.write( "\n" ); document.write( "10x= 5.00 solve for x by dividing both sides by 10 \n" ); document.write( "x=.50\r \n" ); document.write( "\n" ); document.write( "solve for y by plugging in value for x in either equation.\r \n" ); document.write( "\n" ); document.write( "2*(.5) + 4*y = 2.00 \n" ); document.write( "1.00+4y=2.00 \n" ); document.write( "4y=1.00 \n" ); document.write( "y=.25 \n" ); document.write( " |