document.write( "Question 501812: Christine went shopping and bought each of her nine nephews a gift, either a video costing $14.95 or a CD costing $16.88. She spent $148.06 on the gifts. How many videos and how many CDs did she buy? \n" ); document.write( "
Algebra.Com's Answer #338672 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! m+n=9 \n" ); document.write( "14.95m+16.88n=148.06 \n" ); document.write( "1495m+1688n=14806 \n" ); document.write( "1495m+1495n=13455 \n" ); document.write( "193n=1351 \n" ); document.write( "n=7 \n" ); document.write( "m=2 \n" ); document.write( "Christine bought 2 videos and 7 CD's.. \n" ); document.write( " |