document.write( "Question 200387: jack bought 3 slices of cheese pizza and 4 slice of mushroom pizza for a total cost of 12.50. grace bought 3 slices of cheese pizza and 2 slices of mushroom pizza for a totla cost of $8.50. what is the cost of one slice of mushroom pizza?\r
\n" ); document.write( "\n" ); document.write( "can you explain to me how to start the equation and then how to solve it
\n" ); document.write( "

Algebra.Com's Answer #150665 by vleith(2983)\"\" \"About 
You can put this solution on YOUR website!
Let cheese pizza be C and mushroom pizza be M
\n" ); document.write( "Given \"3C+%2B+4M+=+12.50\"
\n" ); document.write( "and
\n" ); document.write( "\"3C+%2B+2M+=+8.50\"
\n" ); document.write( "Using elimination
\n" ); document.write( "\"3C+%2B+4M+=+12.50\"
\n" ); document.write( "\"3C+%2B+2M+=+8.50\"
\n" ); document.write( "------------------------ subtract the second equation from the first one to get
\n" ); document.write( "\"2M+=+4.00\"
\n" ); document.write( "Solve for M
\n" ); document.write( "\"M+=+2.00\" mushroom slice costs $2 each
\n" ); document.write( "Using that info, substitute for M in either equation to find C
\n" ); document.write( "\"3C+%2B+2M+=+8.50\"
\n" ); document.write( "\"3C+%2B+2%2A2+=+8.50\"
\n" ); document.write( "\"3C+%2B+4+=+8.50\"
\n" ); document.write( "\"3C+=+4.50\"
\n" ); document.write( "\"C+=+1.50\"
\n" ); document.write( "
\n" );