document.write( "Question 1126137: If 4 is added to a number and the sum is tripled the result is 26 more than the number. Find the number \n" ); document.write( "
Algebra.Com's Answer #742475 by Alex.33(110)\"\" \"About 
You can put this solution on YOUR website!
nysterious number=n
\n" ); document.write( "(n+4)*3=26+n
\n" ); document.write( "/*Do not panic when you do not know how to modelize the given conditions. Assign a variable(often what the problem asks for) and try to intepret evey stuff mathematically. You'll discover it eventually.*/\r
\n" ); document.write( "\n" ); document.write( "n=7.\r
\n" ); document.write( "\n" ); document.write( "Replug to check. Correct.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Hope this helps!
\n" ); document.write( "
\n" );