document.write( "Question 515765: when 4 is added to a number and the result is divided by 3, the answer is 5. Find the number. \n" ); document.write( "
Algebra.Com's Answer #344151 by Maths68(1474)![]() ![]() You can put this solution on YOUR website! Let \n" ); document.write( "Number = x \n" ); document.write( "(4+x)/3=5 \n" ); document.write( "(4+x)=5*3 \n" ); document.write( "4+x=15 \n" ); document.write( "x=15-4 \n" ); document.write( "x=11\r \n" ); document.write( "\n" ); document.write( "Number is 11 \n" ); document.write( " \n" ); document.write( " |