document.write( "Question 468423: Forty-eight salesmen attended a sales meeting. As door prizes, the organizers of the meeting are giving away one iPod, one iPhone, and one Wii. In how many different ways can the three winners be chosen? (Keep in mind that it matters which prize a person wins.) \n" ); document.write( "
Algebra.Com's Answer #321423 by edjones(8007)![]() ![]() You can put this solution on YOUR website! nPr=n!/(n-r)! \n" ); document.write( "=48!/(48-3)! \n" ); document.write( "=(48*47*46*45!)/45! \n" ); document.write( "=48*47*46 \n" ); document.write( "=103776 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |