document.write( "Question 1156145: 1.Determine three consecutive numbers such that the sum of twice the smallest number, three
\n" );
document.write( "times the middle number, plus the largest number is 53.\r
\n" );
document.write( "\n" );
document.write( "2.Mark is 6 years older than Stephanie. Two times Mark’s age is 8 less than 4 times Stephanie’s
\n" );
document.write( "age. What are Mark and Stephanie’s ages?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #778883 by alanc(27)![]() ![]() You can put this solution on YOUR website! 1.) \n" ); document.write( "Assign variables. \n" ); document.write( "Let the 3 consecutive numbers be: a, b, c.\r \n" ); document.write( "\n" ); document.write( "a < b < c\r \n" ); document.write( "\n" ); document.write( "2a + 3b + c = 53 \n" ); document.write( "also consecutive means b = a + 1, c = a + 2\r \n" ); document.write( "\n" ); document.write( "2a + 3*(a + 1) + (a + 2) = 53 \n" ); document.write( "2a + 3a + 3 + a + 2 = 53 \n" ); document.write( "6a + 5 = 53 \n" ); document.write( "6a = 48 \n" ); document.write( "a = 8, \n" ); document.write( "The consecutive numbers are 8, 9, and 10\r \n" ); document.write( "\n" ); document.write( "2.) M = 6 + S , 2M = 4S - 8\r \n" ); document.write( "\n" ); document.write( "or M = 2S - 4, 2S - 4 = 6 + S, S = 6 + 4, S = 10 \n" ); document.write( "Then Mark is 6 + 10 = 16 years old \n" ); document.write( "Stephanie is 10 years old. \n" ); document.write( "Mark is 16 years old\r \n" ); document.write( "\n" ); document.write( "3.) \n" ); document.write( " \n" ); document.write( " |