document.write( "Question 1084605: Please write the following as an equation then solve \r
\n" );
document.write( "\n" );
document.write( "The sum of 5 times a number, and 5, is equal to 4 times the number. \n" );
document.write( "
Algebra.Com's Answer #698691 by addingup(3677) You can put this solution on YOUR website! let the number be x. Then just follow the problem: \n" ); document.write( "5x+5 = 4x \n" ); document.write( "x = -5 \n" ); document.write( "---------------- \n" ); document.write( "check: \n" ); document.write( "5(-5)+5 = 4(-5) \n" ); document.write( "-25+5 = -20 Correct \n" ); document.write( " \n" ); document.write( " |