document.write( "Question 1010903: the sum of 1/3 of the smaller of two numbers and 2/3 of the larger is 34. Also, 1/2 of the smaller number is equal to 1/4 of the larger. find the numbers. \n" ); document.write( "
Algebra.Com's Answer #626428 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Call the smaller and the larger numbers, x and y. Then we have
\n" ); document.write( "(1/3)x + (2/3)y = 34
\n" ); document.write( "and
\n" ); document.write( "(1/2)x = (1/4)y which also means 2x = y
\n" ); document.write( "Let's multiply the top equation by 3 to clear fractions and get
\n" ); document.write( "x + 2y = 102
\n" ); document.write( "Now substitute y = 2x and get
\n" ); document.write( "x + 2(2x) = 102
\n" ); document.write( "x + 4x = 102
\n" ); document.write( "5x = 102
\n" ); document.write( "x = 20.4
\n" ); document.write( "y = 2(20.4) = 40.8
\n" ); document.write( "
\n" );