document.write( "Question 704734: five more than three times a number is ten less than six times the number. find the number and show work. \n" ); document.write( "
Algebra.Com's Answer #434234 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! five more than three times a number is ten less than six times the number. find the number and show work. \n" ); document.write( "** \n" ); document.write( "let x=number \n" ); document.write( "3x+5=6x-10 \n" ); document.write( "3x=15 \n" ); document.write( "x=5 \n" ); document.write( " |