document.write( "Question 932537: If nine hens can lay six eggs in two days, how many hens would be needed to lay 24 eggs in three days?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #566275 by ptaylor(2198)![]() ![]() You can put this solution on YOUR website! Let x= number of hens required to lay 24 eggs in 3 day \n" ); document.write( "then x hens lays eggs at the rate of 24/3=8 eggs per day \n" ); document.write( "9 hens lays at the rate of 6/2 =3 eggs per day \n" ); document.write( "1 hen lays at the rate of 2/9=1/3 egg per day \n" ); document.write( "From here, we can go two ways: \n" ); document.write( "(1) set up a ratio: \n" ); document.write( "x/8=9/3 \n" ); document.write( "3x=72 \n" ); document.write( "x=24---number of hens needed \n" ); document.write( "(2) Another way: \n" ); document.write( "1/3 egg/day(x)hens=8 eggs/day, or \n" ); document.write( "(1/3)x=8 \n" ); document.write( "x=24---hens needed\r \n" ); document.write( "\n" ); document.write( "Hope this helps---ptaylor \n" ); document.write( " \n" ); document.write( " |