document.write( "Question 274583: Please help me solve this question :
\n" );
document.write( " The sum of two numbers is 97. The larger number is one more than three times the smaller number. Find the numbers. \n" );
document.write( "
Algebra.Com's Answer #200361 by dabanfield(803)![]() ![]() ![]() You can put this solution on YOUR website! Please help me solve this question : \n" ); document.write( "The sum of two numbers is 97. The larger number is one more than three times the smaller number. Find the numbers. \r \n" ); document.write( "\n" ); document.write( "Let x be the smaller number and y the larger.\r \n" ); document.write( "\n" ); document.write( "Then we are given;\r \n" ); document.write( "\n" ); document.write( "1.) x + y = 97 \n" ); document.write( "2.) y = 3*x + 1\r \n" ); document.write( "\n" ); document.write( "From 1.) we know that y = 97 - x so we can \"substitute\" 97 - x for y in equation 2.):\r \n" ); document.write( "\n" ); document.write( "97 - x = 3*x + 1\r \n" ); document.write( "\n" ); document.write( "Solve the equation above for x and then calculate y = 97 - x. \n" ); document.write( " |