document.write( "Question 256435: An office store recently sold a wire-bound graph-paper notebook for $2.50 and a college-ruled notebook made of recycled paper for $2.30. At the start of a recent spring semester, a combination of 50 of those notebooks was sold for a total of $118.60. How many of each type were sold? \n" ); document.write( "
Algebra.Com's Answer #188537 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! w+c=50 \n" ); document.write( "w*2.50+c*2.30=118.60 \n" ); document.write( "w max 47 \n" ); document.write( "c max 51 \n" ); document.write( "c=32 \n" ); document.write( "w=18 \n" ); document.write( " |