document.write( "Question 987763: a certain number is 2 more than 3 times another number. if their sum is 14, find the numbers. \n" ); document.write( "
Algebra.Com's Answer #608515 by macston(5194)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "x=a certain number; y=another number \n" ); document.write( ". \n" ); document.write( "x+y=14 \n" ); document.write( "x=14-y \n" ); document.write( ". \n" ); document.write( "x=3y+2 \n" ); document.write( "14-y=3y+2 \n" ); document.write( "12=4y \n" ); document.write( "3=y ANSWER 1: One of the numbers is 3. \n" ); document.write( ". \n" ); document.write( "x=14-y=14-3=11 ANSWER 2: The other number is 11. \n" ); document.write( " \n" ); document.write( " |