document.write( "Question 17511: I'm having problems putting this into an equation...\r
\n" );
document.write( "\n" );
document.write( "One number is five greater than another. If the sum of the lesser number and twice the greater is 61, what is the greater number?\r
\n" );
document.write( "\n" );
document.write( "My Work:
\n" );
document.write( "I don't even know where to start....\r
\n" );
document.write( "\n" );
document.write( "Thanks!
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #8435 by venugopalramana(3286) You can put this solution on YOUR website! One number is five greater than another. If the sum of the lesser number and twice the greater is 61, what is the greater number? \n" ); document.write( "let the smaller number be x \n" ); document.write( "bigger number is more by 5 that is x+5 \n" ); document.write( "twice the greater number =2*(x+5)=2x+10 \n" ); document.write( "sum it with lesser number ,we get =2x+10+x=3x+10 \n" ); document.write( "this sum is 61..so 3x+10=61 \n" ); document.write( "3x=61-10=51 \n" ); document.write( "x=51/3=17 \n" ); document.write( "so smaller number =17 \n" ); document.write( "bigger number is x+5=17+5=22 \n" ); document.write( " |