document.write( "Question 980360: One number is 1 less than 4 times another number. Twice the greater number minus three times the lesser number is 48. What is the greater number ? \n" ); document.write( "
Algebra.Com's Answer #601515 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! let a = the greater number \n" ); document.write( "let b = another number \n" ); document.write( ": \n" ); document.write( "write an equation for each statement \n" ); document.write( ": \n" ); document.write( "One number is 1 less than 4 times another number. \n" ); document.write( "a = 4b - 1 \n" ); document.write( " Twice the greater number minus three times the lesser number is 48. \n" ); document.write( "2a - 3b = 48 \n" ); document.write( "Replace a with (4b-1) \n" ); document.write( "2(4b-1) - 3b = 48 \n" ); document.write( "8b - 2 - 3b = 48 \n" ); document.write( "8b - 3b = 48 + 2 \n" ); document.write( "5b = 50 \n" ); document.write( "b = 50/5 \n" ); document.write( "b = 10 \n" ); document.write( ": \n" ); document.write( " What is the greater number ? \n" ); document.write( "I'll let you find a, the greater number, check your solutions in the 2nd statement. \n" ); document.write( " |