document.write( "Question 301530: A marching leader wants to arrange his marchers into a formation where the number of rows would be 6 mire than the number of men in each row. If there are 55 men in the team, can he have them march in that formation?\r
\n" );
document.write( "\n" );
document.write( "Use a polynomial equation. \n" );
document.write( "
Algebra.Com's Answer #216229 by nyc_function(2741)![]() ![]() You can put this solution on YOUR website! Let r = rows\r \n" ); document.write( "\n" ); document.write( "Let m = men\r \n" ); document.write( "\n" ); document.write( "r = m + 6\r \n" ); document.write( "\n" ); document.write( "r + m = 55\r \n" ); document.write( "\n" ); document.write( "Can you finish now? \n" ); document.write( " |