document.write( "Question 954604: If your total price was $598 with a 25% off with a 8% tax how would you solve for it? \n" ); document.write( "
Algebra.Com's Answer #583053 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! If your total price was $598 with a 25% off with a 8% tax how would you solve for it? \n" ); document.write( "*** \n" ); document.write( "let x=original price \n" ); document.write( "x-.25x+.08(x-.25x)=598 \n" ); document.write( ".75x+.08(.75x)=598 \n" ); document.write( ".75x+.06x=598 \n" ); document.write( ".81x=598 \n" ); document.write( "x=738.27 \n" ); document.write( "original price=$738.27 \n" ); document.write( " |