document.write( "Question 1210159: In the United States, there are 50 states. Each state is represented by 2 senators. In how many ways can we form a committee with 5 senators, in which no two of the senators are from the same state? \n" ); document.write( "
Algebra.Com's Answer #851423 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "Choose 5 of the 50 states in C(50,5) = 2118760 ways.

\n" ); document.write( "From each of those 5 states, choose 1 of the 2 senators in (C(2,1)^5) = 2^5 = 32 ways.

\n" ); document.write( "Total number of ways of choosing the committee: 2118760*32 = 67800320.

\n" ); document.write( "ANSWER: 67800320

\n" ); document.write( "
\n" ); document.write( "
\n" );