document.write( "Question 983120:  A movie ticket costs $15.00. An employee can get 10% off the price of a ticket.\r
\n" );
document.write( "\n" );
document.write( "Which statement correctly describes how to find the employee's ticket price?\r
\n" );
document.write( "\n" );
document.write( "A.  Add 10% to 100%. Then convert the difference to a decimal. Next, multiply the normal ticket price and the decimal.\r
\n" );
document.write( "\n" );
document.write( "B.  Convert 10% to a decimal. Then subtract the decimal from the normal ticket  price.\r
\n" );
document.write( "\n" );
document.write( "C.  Convert 10% to a decimal. Then multiply the normal ticket price and the decimal.\r
\n" );
document.write( "\n" );
document.write( "D.  Subtract 10% from 100%. Then convert the difference to a decimal. Next, multiply the normal ticket price and the decimal.
\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #603953 by KMST(5328)     You can put this solution on YOUR website! \n" ); document.write( "The employee's ticket price is \n" ); document.write( "Percentages are ratios, that can be expressed as a decimal: \n" ); document.write( " \n" ); document.write( "Since \n" ); document.write( "(employee's ticket price)/(normal ticket price)=0.9 , then \n" ); document.write( "employee's ticket price=0.9(normal ticket price) . \n" ); document.write( " |