document.write( "Question 33167: Two numbers have a difference of 47.One number is three more than five times the other.Write a system of equations that could be used to find the two numbers.It says write a system of equations to represent each situation. \n" ); document.write( "
Algebra.Com's Answer #19578 by sarah_adam(201)![]() ![]() ![]() You can put this solution on YOUR website! Let the two numbers be x and y \n" ); document.write( "given: \n" ); document.write( "x - y = 47 \n" ); document.write( "given one number is three times more than five times the other \n" ); document.write( "so let x be that number \n" ); document.write( "x = 3+5(y) \n" ); document.write( "therfore here we have two equations \n" ); document.write( "x - y = 47 which implies x = y+47 \n" ); document.write( "x - 5y = 3 \n" ); document.write( "47+y-5y = 3 (substituting the value of x) \n" ); document.write( "4y = 44 \n" ); document.write( "y = 11 \n" ); document.write( "x = 58 \n" ); document.write( " |