document.write( "Question 1010526: What is the variable expression for this question. You bought a magazine for $6.00 and some notepads for $3.00 each. You spent a total of $18.00. How many notepads did you buy. \n" ); document.write( "
Algebra.Com's Answer #626152 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call x the number of notepads you bought. Then we have \n" ); document.write( "6 + 3x = 18 \n" ); document.write( "3x = 12 \n" ); document.write( "x = 4 notepads \n" ); document.write( " |