document.write( "Question 1014066: A local Computer City sells batteries ($4) and small boxes of pens ($6). In August, total sales were $930. Customers bought 6 times as many batteries as boxes of pens. How many of each did Computer City sell? \n" ); document.write( "
Algebra.Com's Answer #630429 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A local Computer City sells batteries ($4) and small boxes of pens ($6). In August, total sales were $930. Customers bought 6 times as many batteries as boxes of pens. How many of each did Computer City sell? \n" ); document.write( "let x=number of boxes of pens sold \n" ); document.write( "6x=number of batteries sold \n" ); document.write( "$6x+4*6x=930 \n" ); document.write( "30x=930 \n" ); document.write( "x=31 \n" ); document.write( "6x=186 \n" ); document.write( "number of boxes of pens sold=31 \n" ); document.write( "number of batteries sold=186 \n" ); document.write( " |