document.write( "Question 4993: translate to a system of equations and solve.\r
\n" ); document.write( "\n" ); document.write( "the sum of two numbers is 27. one half of the first number plus one third of the second number is 11. find the numbers
\n" ); document.write( "

Algebra.Com's Answer #2484 by xcentaur(357)\"\" \"About 
You can put this solution on YOUR website!
let the numbers be x and y
\n" ); document.write( "x+y=27.........[1]
\n" ); document.write( "


\n" ); document.write( "one half of the first number plus one third of the second number is 11
\n" ); document.write( "1/2x+1/3y=11
\n" ); document.write( "(3x+2y)/6=11
\n" ); document.write( "3x+2y=66........[2]
\n" ); document.write( "


\n" ); document.write( "x+y=27
\n" ); document.write( "multiply by 2
\n" ); document.write( "2x+2y=54.......[1]
\n" ); document.write( "3x+2y=66.......[2]
\n" ); document.write( "


\n" ); document.write( "subtracting eqn 2 from 1 we get
\n" ); document.write( "2x+2y=54
\n" ); document.write( "3x+2y=66
\n" ); document.write( "

\n" ); document.write( "-x=-12
\n" ); document.write( "x=12
\n" ); document.write( "


\n" ); document.write( "y=27-x=27-12=15
\n" ); document.write( "


\n" ); document.write( "Hence the numbers are:
\n" ); document.write( "12,15 \n" ); document.write( "

\n" );