document.write( "Question 350509: William purchased x pillows at $25 each and a certain number of bolsters. Altogether, he paid $240. How many bolsters did he buy if he paid $24 for each bolster? Express your answer in termms of x. \n" ); document.write( "
Algebra.Com's Answer #250539 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let him buy y bolsters
\n" ); document.write( "pillow = $25 x numbers
\n" ); document.write( "bolster =$24 y numbers
\n" ); document.write( "25x+24y=240
\n" ); document.write( "add-25x
\n" ); document.write( "25x-25x+24y=240-25x
\n" ); document.write( "24y=240-25x
\n" ); document.write( "/24
\n" ); document.write( "y = 240/24 -25/24
\n" ); document.write( "y=10-(25x/24)
\n" ); document.write( "
\n" );