document.write( "Question 1166467: Age in years
\n" );
document.write( " under 35 35-44 45-54 55-64 over 64 Total
\n" );
document.write( "Male 5 2 7 2 17 33
\n" );
document.write( "Female 12 1 2 3 1 19
\n" );
document.write( "Total 17 3 9 5 18 52
\n" );
document.write( "What is the probability that a randomly selected manager is 35-44\r
\n" );
document.write( "\n" );
document.write( "I would like to see the math and how this response is achieved
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #790991 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! under 35 35-44 45-54 55-64 over 64 Total \n" ); document.write( "Male 5 --- 2 -- 7-- 2 ---17 ----------33 \n" ); document.write( "Female 12 --1--- 2 ---3----1 ----------19 \n" ); document.write( "Total 17 ---3--- 9--- 5---- 18-------- 52 \r \n" ); document.write( "\n" ); document.write( "Age 35-44 has 3 people. \n" ); document.write( "there are 52 all together. \n" ); document.write( "The probability is therefore 3/52 or the appropriate decimal. \n" ); document.write( " |