document.write( "Question 403257: one number is 5 more than 3 times another number,the sum of two numbers is 157.find the bigger number
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #285156 by rvquartz(19)![]() ![]() You can put this solution on YOUR website! let x = that \"one number\" described first \n" ); document.write( "let y = that \"another number\" described second\r \n" ); document.write( "\n" ); document.write( "from the problem statement we know two things\r \n" ); document.write( "\n" ); document.write( "(a) x + y = 157 \n" ); document.write( "(b) x = 3y + 5\r \n" ); document.write( "\n" ); document.write( "use (a) to substitute describe y in terms of x: y = (157 - x)\r \n" ); document.write( "\n" ); document.write( "use (b) substituting for y: x = 3(157 - x) + 5\r \n" ); document.write( "\n" ); document.write( "solving for x: x = 471 - 3x + 5\r \n" ); document.write( "\n" ); document.write( "this is the same as\r \n" ); document.write( "\n" ); document.write( "4x = 476\r \n" ); document.write( "\n" ); document.write( "so x = 476/4\r \n" ); document.write( "\n" ); document.write( "so x = 119\r \n" ); document.write( "\n" ); document.write( "since y = 157 - x = 157 - 119\r \n" ); document.write( "\n" ); document.write( "y = 38\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the bigger number is 119 \n" ); document.write( " |