document.write( "Question 181081: Jose has 4 pairs of slacks, 5 shirts, and 3 sweaters. From how many combinations can he choose if he chooses a pair of slacks, a shirt, and a sweater each day? Please give detail. thanks for your help \n" ); document.write( "
Algebra.Com's Answer #135736 by Mathtut(3670) ![]() You can put this solution on YOUR website! 4*5*3=60 \n" ); document.write( ": \n" ); document.write( "for each pair of slacks he can choose 5 shirts 4*5 \n" ); document.write( ": \n" ); document.write( "for each combo of slacks and shirts he can choose a sweater 20*3 \n" ); document.write( ": \n" ); document.write( "so 60 combos \n" ); document.write( " |