document.write( "Question 135072: A man buys five DVDs for $66.34, including 7% sales tax. How much did each DVD cost? Write the equation. \n" ); document.write( "
Algebra.Com's Answer #98913 by jojo14344(1513)\"\" \"About 
You can put this solution on YOUR website!
Let \"x\" = price of each DVD
\n" ); document.write( "so,
\n" ); document.write( "5(DVDs)x + 7%x = $66.34
\n" ); document.write( "5x = $66.34/1.07
\n" ); document.write( "5x = $62.00
\n" ); document.write( "x=$12.40/each DVD
\n" ); document.write( "
\n" );