document.write( "Question 228890: If five is added to the sum of twice a number and three times the number, the result is 25. Find the number \n" ); document.write( "
Algebra.Com's Answer #169820 by chibisan(131)![]() ![]() You can put this solution on YOUR website! let the number be x \n" ); document.write( "so , \n" ); document.write( "5+(2x+3x)=25 \n" ); document.write( "5+5x=25 \n" ); document.write( "5x=20 \n" ); document.write( "x=4 \n" ); document.write( " |