document.write( "Question 380120: four notepads and a textbook cost $72 dollars. The textbook cost $44. How much did each of the notepads cost?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #269792 by kingme18(98)![]() ![]() You can put this solution on YOUR website! We are looking for the price of each notebook. I'm going to call that n.\r \n" ); document.write( "\n" ); document.write( "We bought 4 notebooks: 4n \n" ); document.write( "The book was $44 \n" ); document.write( "We paid a total of $72\r \n" ); document.write( "\n" ); document.write( "4 notebooks + book = total \n" ); document.write( "4n + 44 = 72 \n" ); document.write( "To solve, first subtract 44 from each side: \n" ); document.write( "4n+44-44=72-44 \n" ); document.write( "4n=28 \n" ); document.write( "Undo the multiplication by dividing by 4 on both sides: \n" ); document.write( " \n" ); document.write( "n=7 \n" ); document.write( "Thus, each of the 4 notebooks cost $7. \n" ); document.write( "To double-check: \n" ); document.write( "4*7+44=72 \n" ); document.write( "28+44=72 \n" ); document.write( "It checked correctly. \n" ); document.write( " |