document.write( "Question 1146524: Tristan and two of his friends purchased tickets to a school play. He paid with a $50.00 bill and received $23.00 in change. If Tristan used a coupon for 25% off, what was the original price for one ticket?
\n" );
document.write( "A. $6.75
\n" );
document.write( "B. $9.00
\n" );
document.write( "C. $12.00
\n" );
document.write( "D. $27.00 \n" );
document.write( "
Algebra.Com's Answer #767810 by Theo(13342)![]() ![]() You can put this solution on YOUR website! he paid $50 and received $23 in change. \n" ); document.write( "that means the tickets cost $50 - $23 = $27. \n" ); document.write( "let x = the original price for the tickets. \n" ); document.write( "then: \n" ); document.write( "x - .25 * x = $27 \n" ); document.write( "combine like terms to get: \n" ); document.write( ".75 * x = $27 \n" ); document.write( "solve for x to get: \n" ); document.write( "x = $27 / .75 = $36. \n" ); document.write( "$36 - .25 * $36 = $27. \n" ); document.write( " \n" ); document.write( " |