document.write( "Question 248359: If there are twice as many gorillas as elephants at the zoo, and those gorillas and elephants have a total of 48 legs, how many elephants are there at the zoo? \n" ); document.write( "
| Algebra.Com's Answer #180997 by richwmiller(17219)     You can put this solution on YOUR website! let g= number of gorillas \n" ); document.write( "e=number of elephants \n" ); document.write( "g=2e \n" ); document.write( "2g+4e=48 \n" ); document.write( "substitute 2e for g \n" ); document.write( "4e+4e=48 \n" ); document.write( "8e=48 \n" ); document.write( "e=6 \n" ); document.write( "there are six elephants \n" ); document.write( "g=2e=12 gorillas \n" ); document.write( "check \n" ); document.write( "6*24+12*2=48 \n" ); document.write( "48=48\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |