document.write( "Question 67489:  I bought two books for a total cost of $40. If the first book's price were raised 5% and the second's lowered 5%, the prices would be equal. What was the original price, in dollas, of the cheaper book?
\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #48009 by stanbon(75887)      You can put this solution on YOUR website! I bought two books for a total cost of $40. If the first book's price were raised 5% and the second's lowered 5%, the prices would be equal. What was the original price, in dollas, of the cheaper book? \n" ); document.write( "--------- \n" ); document.write( "Let the prices of the two books be x and y. \n" ); document.write( "EQUATIONS: \n" ); document.write( "1st: xy=40 \n" ); document.write( "2nd: (1.05x)=(0.95y) \n" ); document.write( "----------- \n" ); document.write( "Solve the 1st for x and substitute into the 2nd to get: \n" ); document.write( "1.05*(40/y) = 0.95y \n" ); document.write( "42/y = 0.95y \n" ); document.write( "0.95y^2=42 \n" ); document.write( "y^2=44.21 \n" ); document.write( "y=$6.65 \n" ); document.write( "Then x=40/6.65=$6.01 \n" ); document.write( "--------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |