document.write( "Question 488981: The greater of 2 numbers is 8 less than 3 times the smaller. Their sum is 36. Find the larger number. \n" ); document.write( "
Algebra.Com's Answer #333519 by dan_math(11)![]() ![]() ![]() You can put this solution on YOUR website! if x and y are your numbers, with x > y , you need to find x. \n" ); document.write( "you know x+y=36 \n" ); document.write( "also you know that x=3y-8 \r \n" ); document.write( "\n" ); document.write( "than y in respect to x is y=36-x then x=3(36-x)-8; \n" ); document.write( "x=108-3x-8; \n" ); document.write( "4x=100; \n" ); document.write( "x=25 \n" ); document.write( "the number you are looking for is 25, the greater from the 2 numbers. \n" ); document.write( " \n" ); document.write( " |