document.write( "Question 904223: Natalia spent $28.10 at an office supply store when she purchased boxes of pens and paper clips. The pens cost $3.50 per box, and the paper clips cost $0.70 per box. How many boxes of each did she buy if she purchased 10 items all together? \n" ); document.write( "
Algebra.Com's Answer #548575 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! There is something wrong with the problem \n" ); document.write( "a+b=10, \n" ); document.write( "3.5*a+0.7*b=28.1 \n" ); document.write( "a=10-b \n" ); document.write( "3.5*(10-b)+0.7*b=28.1 \n" ); document.write( "35.0-3.5b+0.7*b=28.1 \n" ); document.write( "-2.8*b=-6.9 \n" ); document.write( "b=2.46428571 \n" ); document.write( "a=10-b \n" ); document.write( "a=7.53571429 at $3.5 and b=2.46428571 at $0.7 \n" ); document.write( "check \n" ); document.write( "7.53571429+2.46428571=10 \n" ); document.write( "3.5*a+0.7*b=28.1 \n" ); document.write( "3.5*7.53571429+0.7*2.46428571=28.1 \n" ); document.write( "26.375+1.725=28.1 \n" ); document.write( "28.1=28.1 \n" ); document.write( "ok \n" ); document.write( " \n" ); document.write( " |