document.write( "Question 894133: The capacity of an elevator is either 18 children or 15 adults. If 12 children are currently in the elevator, how many adults can still get in?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #541780 by rothauserc(4718) You can put this solution on YOUR website! First divide 18 by 15 to determined the equivalent number of children per 1 adult, 18/15 = 1.2 \n" ); document.write( "Now 12 children are on the the elevator so 18 - 12 = 6 remaining children, divide this number by 1.2 to get the number of adults allowed on the elevator, 6/(1.2) = 5 adults can get on the elevator \n" ); document.write( " \n" ); document.write( " |