document.write( "Question 62709: The difference of two numbers is 27. The second is 1 less than 3 times the first. What are the two numbers? \n" ); document.write( "
Algebra.Com's Answer #43533 by 303795(602)![]() ![]() ![]() You can put this solution on YOUR website! Number 1 = x so the second number will be = 3x-1 (ie 1 less than three times the first). \n" ); document.write( "Difference = Number 2 - Number 1 \n" ); document.write( "27 = 3x - 1 - x \n" ); document.write( "27 = 2x - 1 Add 1 to each side of the equation \n" ); document.write( "27 + 1 = 2x - 1 + 1 \n" ); document.write( "28 = 2x Divide each side by 2 \n" ); document.write( "14 = x \n" ); document.write( "If the first number is 14 then the second number must be 41. \n" ); document.write( " |