document.write( "Question 1090866: 15% of a sale price of an article is equal to 25% of the cost & 10% of sale price ûexceeds 15% of the cost by to 10.find the purchase price? \n" ); document.write( "
Algebra.Com's Answer #705368 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! 15% of a sale price of an article is equal to 25% of the cost \n" ); document.write( ".15s = .25c \n" ); document.write( "Convert so it can be used for substitution \n" ); document.write( "c = \n" ); document.write( "c = .6s \n" ); document.write( " & \n" ); document.write( "10% of sale price ûexceeds 15% of the cost by to 10. \n" ); document.write( ".10s = .15c + 10 \n" ); document.write( "replace c with .6s \n" ); document.write( ".10s = .15(.6s) + 10 \n" ); document.write( ".10s = .09s + 10 \n" ); document.write( ".10s - .09s = 10 \n" ); document.write( ".01s = 10 \n" ); document.write( "s = 10/.01 \n" ); document.write( "s = $1000 is the sale price \n" ); document.write( ": \n" ); document.write( "find the purchase price? I assume the sale price is the purchase price \n" ); document.write( " \n" ); document.write( " |