document.write( "Question 552330: As a new residential area with 1000 domestic homes is going to be built,
\n" ); document.write( "the number of required parking lots is calculated in the following way:
\n" ); document.write( "We assume that there is no relation between the number of cars in
\n" ); document.write( "different homes. Furthermore, we assume that a domestic home has no
\n" ); document.write( "car with probability 0.2, one car with probability 0.7 and two cars with
\n" ); document.write( "probability 0.1. The number of parking lots should be planned in such
\n" ); document.write( "way that the probability that each car gets a parking lot is 0.99.\r
\n" ); document.write( "\n" ); document.write( "How many parking lots should be built? (the answer isn't 891)
\n" ); document.write( "

Algebra.Com's Answer #360218 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
As a new residential area with 1000 domestic homes is going to be built,
\n" ); document.write( "the number of required parking lots is calculated in the following way:
\n" ); document.write( "We assume that there is no relation between the number of cars in
\n" ); document.write( "different homes. Furthermore, we assume that a domestic home has no
\n" ); document.write( "car with probability 0.2, one car with probability 0.7 and two cars with
\n" ); document.write( "probability 0.1. The number of parking lots should be planned in such
\n" ); document.write( "way that the probability that each car gets a parking lot is 0.99.
\n" ); document.write( "How many parking lots should be built? (the answer isn't 891)
\n" ); document.write( "-----------
\n" ); document.write( "Expected # of cars per household = 0*0.2+1*0.7+2*0.1 = 0.9
\n" ); document.write( "----------
\n" ); document.write( "Expected # of cars in the community == 0.9*1000 = 900
\n" ); document.write( "------
\n" ); document.write( "# of parking lots ??
\n" ); document.write( "Solve:
\n" ); document.write( "Let # of lots be \"x\".
\n" ); document.write( "900/x = 0.99
\n" ); document.write( "x = 900/0.99
\n" ); document.write( "x = 909.0909
\n" ); document.write( "Rounded down: x = 909
\n" ); document.write( "============================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "======================
\n" ); document.write( "
\n" );