document.write( "Question 23781: There are four nunbers. The first is twenty less than the second, the third is one more than twice the first and the fourth is four more than the third. We also know that the sum of the first and second equals the sum of the third and fourth numbers. Find the numbers.
\n" );
document.write( "Can you please help us to figure this out. We would like step by step instructions.
\n" );
document.write( "thank you. \n" );
document.write( "
Algebra.Com's Answer #12542 by Paul(988)![]() ![]() ![]() You can put this solution on YOUR website! First number = f \n" ); document.write( "second number = s \n" ); document.write( "Third = number = t \n" ); document.write( "fourth number = n\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f = s-20 ---------------> s-f=20 \n" ); document.write( "t = 1 + 2s-40 ----------> 2s-t=39 \n" ); document.write( "n = 5 + 2s-40 ----------> 2s-n=35\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "s-20+s = 2s-39+2s-35 (sum of all numbers) -------> -2s = -54\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " Hence s = 27 (second number)\r \n" ); document.write( "\n" ); document.write( "(27)-f = 20 ---------> s-f=20 \n" ); document.write( "f=7 (first number)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2(27)-t=39 --------->2s-t=39 \n" ); document.write( "54-t=39 \n" ); document.write( "t=15 (third number)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2(27)-n=35 --------->2s-n=25 \n" ); document.write( "54-n=35 \n" ); document.write( "n=19 Fourth number \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "to check first number + second number = third number + fourth number \n" ); document.write( "27+7 = 19+15 \n" ); document.write( "34=34\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Hence, the four numbers are 27, 7, 15 and 19. \n" ); document.write( "Paul. \n" ); document.write( " \n" ); document.write( " |