document.write( "Question 346938: A pasta machine cost $33.oo and the ingredients to make one batch of pasta costs .33. One batch of pasta bought in a store costs .99.
\n" ); document.write( "How many batches of pasta will you have to make for the cost of the machine and ingredients to equal the cost of buying the same amount of pasta at the store.
\n" ); document.write( "

Algebra.Com's Answer #248073 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
Let the number of batches be x
\n" ); document.write( "cost of x batches = 0.33x
\n" ); document.write( "cost of machine = 33
\n" ); document.write( "cost of x batches in store = 0.99x
\n" ); document.write( "0.33x+33=0.99x
\n" ); document.write( "0.99x-0.33x=33
\n" ); document.write( "0.66x=33
\n" ); document.write( "x=33/0.66
\n" ); document.write( "x= 50 batches of pasta.
\n" ); document.write( "
\n" ); document.write( "
\n" );