document.write( "Question 553978: A university bookstore recently sold a wirebound graph-paper notebook for $1.64, and a college-ruled notebook for $1.17. At the start of spring semester, a combination of 50 of these notebooks were sold for a total of $66.02. How many of each type were sold? \n" ); document.write( "
Algebra.Com's Answer #361152 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A university bookstore recently sold a wirebound graph-paper notebook for $1.64, and a college-ruled notebook for $1.17. At the start of spring semester, a combination of 50 of these notebooks were sold for a total of $66.02. How many of each type were sold? \n" ); document.write( "** \n" ); document.write( "let x=number of $1.64 notebooks sold \n" ); document.write( "let (50-x)=number of $1.17 notebooks sold \n" ); document.write( ".. \n" ); document.write( "1.64x+1.17(50-x)=66.02 \n" ); document.write( "1.64x+58.50-1.17x=66.02 \n" ); document.write( ".47x=7.52 \n" ); document.write( "x=16 \n" ); document.write( "50-x=34 \n" ); document.write( "ans: \n" ); document.write( "number of $1.64 notebooks sold=16 \n" ); document.write( "number of $1.17 notebooks sold=34 \n" ); document.write( " |