document.write( "Question 398339: The ratio of fish to ducks was 5 to 2. There are 28 in all, how many were fish? \n" ); document.write( "
| Algebra.Com's Answer #282280 by stanbon(75887)      You can put this solution on YOUR website! The ratio of fish to ducks was 5 to 2. There are 28 in all, how many were fish? \n" ); document.write( "--- \n" ); document.write( "5:2 is the same as 5x:2x where 5x is # of fish and 2x is # of ducks. \n" ); document.write( "--- \n" ); document.write( "Equation: \n" ); document.write( "5x + 2x = 28 \n" ); document.write( "7x = 28 \n" ); document.write( "x = 4 \n" ); document.write( "---- \n" ); document.write( "# of fish = 5x = 20 \n" ); document.write( "# of ducks = 2x = 8 \n" ); document.write( "================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |