document.write( "Question 1006296: Bruno bought a DVD player for $120 and some DVDs that cost $30 each. He spent a total of $300. \r
\n" );
document.write( "\n" );
document.write( "How many DVDs did he buy? \n" );
document.write( "
Algebra.Com's Answer #622468 by addingup(3677)![]() ![]() You can put this solution on YOUR website! Number of DVD players: 1 \n" ); document.write( "Price: 120 \n" ); document.write( "Number of DVDs= x \n" ); document.write( "Price: 30 each \n" ); document.write( "---------------------- \n" ); document.write( "120+30x= 300 \n" ); document.write( "30x= 180 \n" ); document.write( "x= 6 \n" ); document.write( " |