document.write( "Question 658152: one number is 6 more than twice a second number. Their sum is 54. How do I find the numbers? \n" ); document.write( "
Algebra.Com's Answer #410184 by chriswen(106)\"\" \"About 
You can put this solution on YOUR website!
let x be the first number
\n" ); document.write( "let 54-x be the second number
\n" ); document.write( "(second statement)\r
\n" ); document.write( "\n" ); document.write( "x - 6 = 2(54-x)
\n" ); document.write( "x - 6 = 108 - 2x
\n" ); document.write( "3x = 114
\n" ); document.write( "x = 38
\n" ); document.write( "54-x=16\r
\n" ); document.write( "\n" ); document.write( "The first number is 38 and the second number is 16.
\n" ); document.write( "
\n" );