document.write( "Question 248724: A mini license plate for a toy car must consist of a two numbers followed by a vowel. Each number must be a 3 or a 6. Repetition of digits is permitted.
\n" );
document.write( "1.) Use the counting principle to determine the number of points in the sample space.
\n" );
document.write( "2.) Construct a tree diagram to represent this situation.
\n" );
document.write( "3.) List the sample space
\n" );
document.write( "4.) Determine the exact probablility of creating a mini license plate with a 3.
\n" );
document.write( "I've worked on this problem on a couple of hours and I still can't come up with the answers correctly. Thank you in advance! \n" );
document.write( "
Algebra.Com's Answer #181369 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A mini license plate for a toy car must consist of a two numbers followed by a vowel. Each number must be a 3 or a 6. Repetition of digits is permitted. \n" ); document.write( "1.) Use the counting principle to determine the number of points in the sample space. \n" ); document.write( "--- \n" ); document.write( "# of ways to pick 1st number: 2 \n" ); document.write( "# of ways to pick 2nd number: 2 \n" ); document.write( "# of ways to pick a vowel: 5 \n" ); document.write( "---- \n" ); document.write( "# of points in the sample space: 2*2*5 = 20 \n" ); document.write( "------------------------------------------------------- \n" ); document.write( "2.) Construct a tree diagram to represent this situation. \n" ); document.write( "1st column: a 3 and a 6 \n" ); document.write( "2nd column: a 3 and 6 to right of 3 and a 3 and 6 to right of 6 \n" ); document.write( "3rd column: a,e,i,o,u to the right of each level of column 2. \n" ); document.write( "------------------------------------------------------- \n" ); document.write( "3.) List the sample space \n" ); document.write( "33a,33e,33i,33o,33u \n" ); document.write( "36a,36e,36i,36o,36u \n" ); document.write( "63a,63e,... \n" ); document.write( "66a,66e,...\r \n" ); document.write( "\n" ); document.write( "4.) Determine the exact probablility of creating a mini license plate with a 3. \n" ); document.write( "# of ways to succeed: 15 \n" ); document.write( "# of possible outcomes: 20 \n" ); document.write( "P(getting a 3) = 15/20 = 3/4 \n" ); document.write( "================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |