document.write( "Question 37675: The sum of two numbers is less than 15 . The second number is 3 less than the first. What are the possible values for the first of the two numbers? \r
\n" );
document.write( "\n" );
document.write( "In your answer, denote the first number by x .
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #23255 by Paul(988)![]() ![]() ![]() You can put this solution on YOUR website! First number is x \n" ); document.write( "Second number is x-3 \n" ); document.write( "Equation: \n" ); document.write( "(x)+(x-3)<15 \n" ); document.write( "2x<18\r \n" ); document.write( "\n" ); document.write( "x<7 (first number) \n" ); document.write( "7-3=4 (second number) \n" ); document.write( "Paul. \n" ); document.write( " |