document.write( "Question 355725: In a workshop there are 4 kinds of beds, 3 kinds of closets, 2 kinds of shelves and 7
\n" ); document.write( "kinds of chairs. In how many ways can a person decorate his room if he wants to buy
\n" ); document.write( "in the workshop one shelf, one bed and one of the following: a chair or a closet?
\n" ); document.write( "

Algebra.Com's Answer #254002 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Shelf, Bed, Chair: \"N=2%2A4%2A7=56\" ways
\n" ); document.write( "Shelf, Bed, Closet: \"N=2%2A4%2A3=24\" ways
\n" ); document.write( "
\n" );