document.write( "Question 680730: The number 150 was written as the sum of two numbers. The first number was divided by 27. This quotient was added to the second number divided by 23, and the total was 6. What were the two numbers? \n" ); document.write( "
Algebra.Com's Answer #422480 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
The number 150 was written as the sum of two numbers.
\n" ); document.write( "x + y = 150
\n" ); document.write( "y = (150-x)
\n" ); document.write( ":
\n" ); document.write( "The first number was divided by 27.
\n" ); document.write( "This quotient was added to the second number divided by 23, and the total was 6.
\n" ); document.write( "\"x%2F27\" + \"y%2F23\" = 6
\n" ); document.write( "multiply by 23*27 = 621, to clear the denominators, results
\n" ); document.write( "23x + 27y = 621(6)
\n" ); document.write( "23x + 27y = 3726
\n" ); document.write( "Replace y with (150-x)
\n" ); document.write( "23x + 27(150-x) = 3726
\n" ); document.write( "23x + 4050 - 27x = 3726
\n" ); document.write( "23x - 27x = 3626 - 4050
\n" ); document.write( "-4x = -324
\n" ); document.write( " x = +81
\n" ); document.write( "then
\n" ); document.write( " y = 150 - 81
\n" ); document.write( " y = 69
\n" ); document.write( ":
\n" ); document.write( "What were the two numbers? 81, 69
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( ";
\n" ); document.write( "Check this
\n" ); document.write( "\"81%2F27\" + \"69%2F23\" = 6
\n" ); document.write( "
\n" );