document.write( "Question 1161320: Find the sum of three numbers such that the 3rd number is twice the 2nd, and the 2nd exceeds the 1st number which is 80 by 70. Thank you! \n" ); document.write( "
Algebra.Com's Answer #784834 by Theo(13342)![]() ![]() You can put this solution on YOUR website! let the 3 numbers be represented by a,b,c. \n" ); document.write( "the third number is equal to twice the second number, therefore: \n" ); document.write( "c = 2b \n" ); document.write( "the second number exceeds the first number, which is 80, by 70. \n" ); document.write( "a = 80 \n" ); document.write( "b = 80 + 70 = 150 \n" ); document.write( "since c = 2b, then c = 300 \n" ); document.write( "a + b + c = 80 + 150 + 300 = 530 is what i get. \n" ); document.write( "530 should be your solution if i did it correctly. \n" ); document.write( " \n" ); document.write( " |