document.write( "Question 939847: the larger of two number is twice the sum of the smaller and eleven.if their difference is 35,what is the smaller number \n" ); document.write( "
Algebra.Com's Answer #572742 by dkppathak(439)\"\" \"About 
You can put this solution on YOUR website!
the larger of two number is twice the sum of the smaller and eleven.if their difference is 35,what is the smaller number
\n" ); document.write( "let larger number is b and smaller is a\r
\n" ); document.write( "\n" ); document.write( "b=2a +11
\n" ); document.write( "b-2a=11 (1)
\n" ); document.write( "b-a=35 (2) by subtraction eqn(2) from (1)
\n" ); document.write( "-a=-24 than a=24 by substitution a=24 in eqn(2)
\n" ); document.write( "b-a=35
\n" ); document.write( "b-24=35
\n" ); document.write( "b=35+24 = 59
\n" ); document.write( "smaller number is 24 and larger number is 59
\n" ); document.write( "
\n" ); document.write( "
\n" );