document.write( "Question 3427: When the integer n is divided by 17, the quotient is x and the remainder is 5. When n is divided by 23, the quotient is y and the remainder is 14. Which of the following is true?
\n" );
document.write( "(A) 23x + 17y =19
\n" );
document.write( "(B) 17x –23y = 9
\n" );
document.write( "(C) 17x +23y =19
\n" );
document.write( "(D) 14x + 5y = 6
\n" );
document.write( "(E) 5x – 14y = -6
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #1513 by longjonsilver(2297)![]() ![]() You can put this solution on YOUR website! n/17 = x + 5/17 --> n = 17x + 5 --eqn1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "n/23 = y + 14/23 --> n = 23y + 14 --eqn2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Subtract these 2, to give 17x+5 - (23y+14) = 0 \n" ); document.write( "17x+5-23y-14 = 0 \n" ); document.write( "17x-23y-9 = 0 \n" ); document.write( "17x-23y = 9\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "which is your answer B.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "jon. \n" ); document.write( " \n" ); document.write( " |