document.write( "Question 1010917: Sally is raising money for the senior class by selling books and magazines. The number of books she sold was four times the number of magazines sold. The profit received for each book sold was $3.25 and the profit for each magazine sold was two dollars. If she made a total profit of $135, how many books did she sell? How many magazines did she sell \n" ); document.write( "
Algebra.Com's Answer #626433 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
Sally is raising money for the senior class by selling books and magazines. The number of books she sold was four times the number of magazines sold. The profit received for each book sold was $3.25 and the profit for each magazine sold was two dollars. If she made a total profit of $135, how many books did she sell? How many magazines did she sell
\n" ); document.write( "let x=number of magazjnes sold
\n" ); document.write( "4x=number of books sold
\n" ); document.write( "2x+3.25*4x=135
\n" ); document.write( "5.25x=135
\n" ); document.write( "15x=135
\n" ); document.write( "x=9
\n" ); document.write( "4x=36
\n" ); document.write( "number of magazjnes sold=9
\n" ); document.write( "4x=number of books sold=36
\n" ); document.write( "
\n" ); document.write( "
\n" );