document.write( "Question 867538: Suppose you bought two books for $15. The original prices of the two books were the same, but you were able to buy one for half price. What was the full price of each book?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #523136 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Suppose you bought two books for $15. The original prices of the two books were the same, but you were able to buy one for half price. What was the full price of each book? \n" ); document.write( "*** \n" ); document.write( "let x=full price of each book \n" ); document.write( "x+x/2=15 \n" ); document.write( "2x+x=30 \n" ); document.write( "3x=30 \n" ); document.write( "x=10 \n" ); document.write( "What was the full price of each book? $10 \n" ); document.write( " |