document.write( "Question 1200945: four times the difference of a number and six is five less than the number. \n" ); document.write( "
Algebra.Com's Answer #835165 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "x = unknown number \n" ); document.write( "x-6 = difference of a number and 6 \n" ); document.write( "4(x-6) = four times the previous result\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The portion four times the difference of a number and six translates to 4(x-6)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The portion five less than the number translates to x-5.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Connect those two expressions with an equal sign (because of the \"is\" in the original sentence) to get the equation 4(x-6) = x-5.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Solve for x. \n" ); document.write( "4(x-6) = x-5 \n" ); document.write( "4x-24 = x-5 \n" ); document.write( "4x-x = -5+24 \n" ); document.write( "3x = 19 \n" ); document.write( "x = 19/3 \n" ); document.write( " \n" ); document.write( " |