document.write( "Question 509213: Can someone show me step by step how to \"Translate words into math Problems\"\r
\n" );
document.write( "\n" );
document.write( "I keep getting confused with the wording and I don't know what the \"Syntax\" is.
\n" );
document.write( "if I can get help setting up this first problem, I will understand how to do the rest. Thank You!\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "\"Find four consecutive odd integers such that three times the largest is the same as five more than four times the smallest\" \n" );
document.write( "
Algebra.Com's Answer #341347 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! \"four consecutive odd integers\" ___ n, n+2, n+4, n+6\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"three times the largest\" ___ 3(n+6)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"is the same as\" ___ =\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"five more than four times the smallest\" ___ 4n+5\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3(n+6) = 4n+5 \n" ); document.write( " |