document.write( "Question 1133025: Write an expression to
\n" );
document.write( "represent the total number of legs on
\n" );
document.write( "h horses and c chickens. How many
\n" );
document.write( "legs are there in 5 horses and
\n" );
document.write( "6 chickens? \n" );
document.write( "
Algebra.Com's Answer #750176 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! L=4h+2c \n" ); document.write( "=5*4+6*2 \n" ); document.write( "=32 legs \n" ); document.write( " \n" ); document.write( " |