document.write( "Question 553707: Four less than six times a number is equal to 40 more than one-half of the number.Find the number
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #361001 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let number be x \n" ); document.write( "4 less than 6 times = 6x-4\r \n" ); document.write( "\n" ); document.write( "40 more than half = 40+(x/2)\r \n" ); document.write( "\n" ); document.write( "6x-4 = 40 + (x/2)\r \n" ); document.write( "\n" ); document.write( "6x-(x/2) = 40+4 \n" ); document.write( "11x/2 = 44\r \n" ); document.write( "\n" ); document.write( "x= 2*44/11 \n" ); document.write( "x=8\r \n" ); document.write( "\n" ); document.write( "The number is 8 \n" ); document.write( " |