document.write( "Question 850412: One day a store sold a total of 178 pencils and notebooks. The cost of a pencil is $0.25 and the cost of a notebook is $0.50. The store collected $58.75 from the sale of these items. The store lost the receipt for the day. How would you help the store determine how many of each item the store sold that day?\r
\n" );
document.write( "\n" );
document.write( "I do not need a definite answer, like x=34, I would like to know the \"method\" you would use to solve such a word problem. Could you please write an equation if there is one and explain why you would choose such a method.
\n" );
document.write( "Thank you \n" );
document.write( "
Algebra.Com's Answer #512119 by harpazo(655)![]() ![]() You can put this solution on YOUR website! Let p = pencil \n" ); document.write( "Let n = notebook\r \n" ); document.write( "\n" ); document.write( "p + n = 178 \n" ); document.write( "0.25p + 0.50n = 58.75\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Use the substitution method to solve for p and n. \n" ); document.write( " |