document.write( "Question 1081041: In Amy’s backyard, there are also chickens and rabbits. There are 5 more chickens than rabbits. The total number of legs is 130. How many rabbits and how many chickens? \n" ); document.write( "
Algebra.Com's Answer #695110 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
x rabbits with 4x legs
\n" ); document.write( "x+5 chickens with 2x+10 legs
\n" ); document.write( "4x+2x+10=130
\n" ); document.write( "6x+10=130
\n" ); document.write( "6x=120
\n" ); document.write( "x=20 rabbits, 80 legs
\n" ); document.write( "x+5=25 chickens, 50 legs
\n" ); document.write( "130 legs
\n" ); document.write( "
\n" ); document.write( "
\n" );