document.write( "Question 913854: Hello - How do I solve the following?
\n" );
document.write( "After completing an inventory of three warehouses, a golf club shaft manufacturer described its stock of 12,246 shafts with the percentages given in the table. Suppose a shaft is selected at random from the 12,246 currently in stock, and the warehouse number and type of shaft are observed.\r
\n" );
document.write( "\n" );
document.write( "Type of Shaft Regular Stiff Extra Stiff
\n" );
document.write( "Warehouse 1 19% 8% 9%
\n" );
document.write( "Warehouse 2 14% 20% 5%
\n" );
document.write( "Warehouse 3 7% 18% 0%\r
\n" );
document.write( "\n" );
document.write( "Find the probability that the shaft was produced in a warehouse other than warehouse 1. \n" );
document.write( "
Algebra.Com's Answer #554761 by rothauserc(4718) You can put this solution on YOUR website! add the %'s for warehouse 2 and 3 \n" ); document.write( "warehouse 2 = 14 +20 +5 = 29% \n" ); document.write( "warehouse 3 = 7 +18 + 0 = 25% \n" ); document.write( "warehouses 2 + 3 = 54% \n" ); document.write( "probability that the shaft was produced in a warehouse other than warehouse 1 is 54% or .54 \n" ); document.write( " \n" ); document.write( " |