document.write( "Question 271186: 1 number is 4 less than 3 times another. If their sum is increased by 5, the result is 25. Find the numbers.
\n" );
document.write( "The numbers are 6 & 14 - how did they get 6, I can figure out 14 but missing an essential part.
\n" );
document.write( "Thank you. \n" );
document.write( "
Algebra.Com's Answer #198577 by craigt(10)![]() ![]() ![]() You can put this solution on YOUR website! Two numbers, x & y \n" ); document.write( "y=3x-4 \n" ); document.write( "x + y + 5 = 25 \n" ); document.write( "x + 3x - 4 + 5 = 25 \n" ); document.write( "4x +1 = 25 \n" ); document.write( "4x = 24 \n" ); document.write( "x = 6, So one of the numbers is 6, now solve for y \n" ); document.write( "y = 3x-4 = 3(6)-4 = 14\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |