document.write( "Question 171633: A number equals the sum of two other numbers. The largest number diminished by 2 equals three times the smallest. The largest increased by 2 equals twice the result of diminishing the middle number by 2. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #126818 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Three numbers a,b,c. a the largest, c the smallest \n" ); document.write( ": \n" ); document.write( "Write an equation for each statement arrange each in the standard form: \n" ); document.write( ": \n" ); document.write( "\"A number equals the sum of two other numbers.\" \n" ); document.write( "a = b + c \n" ); document.write( "a - b - c = 0 \n" ); document.write( "; \n" ); document.write( "\"The largest number diminished by 2 equals three times the smallest.\" \n" ); document.write( "a - 2 = 3c \n" ); document.write( "a - 3c = 2 \n" ); document.write( ": \n" ); document.write( "\" The largest increased by 2 equals twice the result of diminishing the middle number by 2.\" \n" ); document.write( "a + 2 = 2(b-2) \n" ); document.write( "a + 2 = 2b - 4 \n" ); document.write( "a - 2b = -4 -2 \n" ); document.write( "a - 2b = -6 \n" ); document.write( ": \n" ); document.write( "Arrange all three equations and add \n" ); document.write( "a - b - c = 0 \n" ); document.write( "a +0b -3c = 2 \n" ); document.write( "a -2b +0c = -6 \n" ); document.write( "----------------- \n" ); document.write( "3a - 3b - 4c = -4 \n" ); document.write( "; \n" ); document.write( "From the 1st statement we know a = (b+c), substitute in the above equation \n" ); document.write( "3(b+c) - 3b - 4c = -4 \n" ); document.write( "3b + 3c - 3b - 4c = -4 \n" ); document.write( "3b - 3b + 3c - 4c = -4 \n" ); document.write( "-c = -4 \n" ); document.write( "c = + 4 \n" ); document.write( ": \n" ); document.write( "Find a, from the 2nd statement a - 2 = 3c, substitute 4 for c \n" ); document.write( "a - 2 = 3(4) \n" ); document.write( "a = 12 + 2 \n" ); document.write( "a = 14 \n" ); document.write( ": \n" ); document.write( "Use the 1st statement to find b \n" ); document.write( "14 = b + 4 \n" ); document.write( "b = 10 \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "You can check these solutions in each statement \n" ); document.write( " |