document.write( "Question 505187: thrice a number plus two times the same number equals 100. find the number. \n" ); document.write( "
Algebra.Com's Answer #339813 by geetha_rama(94)![]() ![]() ![]() You can put this solution on YOUR website! let the number be x \n" ); document.write( "3x + 2x = 100 \n" ); document.write( "=> x = 20 \n" ); document.write( " |