document.write( "Question 1193952: an optical shop sells 10 types of plastic frames, 12 types of rimless frames and 9 types of metal frames. each pair of glasses can be matched with normal lens, non reflective lens, or anti scratching, non reflective lens. Molly is going to buy a pair of glasses from the shop how many choices does she have? \n" ); document.write( "
Algebra.Com's Answer #826019 by Theo(13342)![]() ![]() You can put this solution on YOUR website! i believe it will be 10 * 12 * 9 * 4 = 4320 possible choices.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "to understand why, use a much simpler example. \n" ); document.write( "let p = number of different types of plastic frames. \n" ); document.write( "let r = number of different types of rimless frames. \n" ); document.write( "let m = number of different types of metal frames. \n" ); document.write( "let l = number of different types of lenses. \n" ); document.write( "let p = 2 and r = 3 and m = 1 and l = 2 \n" ); document.write( "the number of choices would be 2 * 3 * 1 * 2 = 12. \n" ); document.write( "the different types of plastic frames would be p1 and p2. \n" ); document.write( "the different types of rimless frames would be r1 and r1 and r3 \n" ); document.write( "the different types of metal frames would be m1 \n" ); document.write( "the different types of lenses would be l1 and l2 \n" ); document.write( "the choices would be: \n" ); document.write( "p1 m1 r1 l1 \n" ); document.write( "p1 m1 r1 l2 \n" ); document.write( "p1 m1 r2 l1 \n" ); document.write( "p1 m1 r2 l2 \n" ); document.write( "p1 m1 r3 l1 \n" ); document.write( "p1 m1 r3 l2 \n" ); document.write( "p2 m1 r1 l1 \n" ); document.write( "p2 m1 r1 l2 \n" ); document.write( "p2 m1 r2 l1 \n" ); document.write( "p2 m1 r2 l2 \n" ); document.write( "p2 m1 r3 l1 \n" ); document.write( "p2 m1 r3 l2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that's 12 possible choices.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the concept is valid, so it is applies to the larger numbers to get: \n" ); document.write( "10 * 12 * 9 * 4 = 4320 possible choices.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |