document.write( "Question 1035259: a store sold 40 more cd's last month they sold a a video game for $33 and a cd for $18 the store sold 4,800 worth of video games and cd's last month . what was the total number of video games and cd's the store sold last month
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #650072 by jorel555(1290)![]() ![]() ![]() You can put this solution on YOUR website! Let v=video games sold. Then \n" ); document.write( "33v+18(v+40)=4800 \n" ); document.write( "33v+18v=4080 \n" ); document.write( "v=80 \n" ); document.write( "v+40=120 \n" ); document.write( "The store sold 80 videos and 120 cd's!!!!!!!! \n" ); document.write( " |