document.write( "Question 955341: One number is nine more than twice another. If their sum is decreased by ten, the result is fourteen. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #583639 by macston(5194)\"\" \"About 
You can put this solution on YOUR website!
x and y are the numbers
\n" ); document.write( "x=2y+9
\n" ); document.write( "x+y=14+10
\n" ); document.write( "x=24-y
\n" ); document.write( "24-y=2y+9 Add y to each side
\n" ); document.write( "24=3y+9 Subtract 9 from each side.
\n" ); document.write( "15=3y Divide each side by 3.
\n" ); document.write( "5=y ANSWER 1: One of the numbers is 5
\n" ); document.write( "x=24-y=24-5=19 ANSWER 2: The other number is 19.
\n" ); document.write( "CHECK:
\n" ); document.write( "x+y-10=14
\n" ); document.write( "19+5-10=14
\n" ); document.write( "24-10=14
\n" ); document.write( "14=14
\n" ); document.write( "
\n" );