document.write( "Question 210377: A computer store sold a total of 300 items last month. The store sold six times as many hard drives as they did CD-ROM drives, and half as many floppy drives as hard drives. Based on this information, how may of each item were sold? \n" ); document.write( "
Algebra.Com's Answer #158980 by Earlsdon(6294)![]() ![]() ![]() You can put this solution on YOUR website! Let H = number of hard drives. \n" ); document.write( "C = number of CD-ROM drives. \n" ); document.write( "F = number of floppy drives. \n" ); document.write( "H+C+F = 300 and... \n" ); document.write( "C =6H \"The store sold 6 times as many hard drives (6H) as they did CD-ROM drives (C).\" \n" ); document.write( "F = H/2 \"...and half as many floppy drives as hard drives.\" \n" ); document.write( "Now you can modify the first equation based on the above data: \n" ); document.write( "H+6H+H/2 = 300 Multiply through by 2. \n" ); document.write( "2H+12H+H = 600 Combine like-terms. \n" ); document.write( "15H = 600 Divide both sides by 15. \n" ); document.write( "H = 40 and... \n" ); document.write( "C = 6H \n" ); document.write( "C = 6(40) \n" ); document.write( "C = 240 and... \n" ); document.write( "F = H/2 \n" ); document.write( "F = 40/2 \n" ); document.write( "F = 20 \n" ); document.write( "40 hard drives, 240 CD-ROM-drives, and 20 floppy drives were sold. \n" ); document.write( "Check: \n" ); document.write( "40+240+20 = 300 \n" ); document.write( " |