document.write( "Question 311484: Fifty chickens can lay 1,000 eggs in 30 days. At the same rate, how long would
\n" );
document.write( "it take 25 chickens to lay 500 eggs?\r
\n" );
document.write( "\n" );
document.write( "(A) 15 days (B) 20 days (C) 30 days (D) 60 days (E) 80 days
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #222802 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Fifty chickens can lay 1,000 eggs in 30 days. At the same rate, how long would \n" ); document.write( "it take 25 chickens to lay 500 eggs? \n" ); document.write( "-------------------- \n" ); document.write( "The hard way: \n" ); document.write( "Fifty chickens can lay 1,000 eggs in 30 days --> 20 eggs/chicken in 30 days \n" ); document.write( "--> 2/3 egg/chicken per day. \n" ); document.write( "For 25 chickens = 50/3 eggs/day \n" ); document.write( "500/(50/3) = 30 days, the same. \n" ); document.write( "--------------- \n" ); document.write( "The easy way: \n" ); document.write( "30 days (25/50) * (1000/500) = 30 days \n" ); document.write( " |