document.write( "Question 1023733: If 24 is added to a certain number and the sum is divided by 6, the result is 1 more than 13 of the original number. Find the original number \n" ); document.write( "
Algebra.Com's Answer #639248 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the number, x. Then we have \n" ); document.write( "(24+x)/6 = 1 + 13x \n" ); document.write( "Multiply by 6 and get \n" ); document.write( "24 + x = 6 + 78x \n" ); document.write( "18 = 77x \n" ); document.write( "x = 18/77 \n" ); document.write( "I think you probably wrote the question wrong, but that is the answer for the question as written. \n" ); document.write( " |