document.write( "Question 109461: sally bought three chocolate bars and a pack of gum and $1.75. Jake bought 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. \n" ); document.write( "
Algebra.Com's Answer #79808 by nihat(10)\"\" \"About 
You can put this solution on YOUR website!
Let X be the price of a chocolate bar and Y be the price of a pack of gum.
\n" ); document.write( "Then we can derive the following two equations from the problem.
\n" ); document.write( "3X + Y = 1.75 and 2X + 4Y = 2.00
\n" ); document.write( "\n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "
Solved by pluggable solver: Linear System solver (using determinant)
Solve:
\n" ); document.write( " \"+system%28+%0D%0A++++3%5Cx+%2B+1%5Cy+=+1.75%2C%0D%0A++++2%5Cx+%2B+4%5Cy+=+2+%29%0D%0A++\"
\n" ); document.write( "
\n" ); document.write( " Any system of equations:
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( " has solution
\n" ); document.write( "
\n" ); document.write( " or
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( " (x=0.5, y=0.25}
\n" ); document.write( "

\n" ); document.write( "\n" ); document.write( "The price of a chocolate bar is $0.50 and the price of a pack of gum is $0.25.
\n" ); document.write( "
\n" );