document.write( "Question 939045: Select two variables, set up two equations and solve the problem below.\r
\n" );
document.write( "\n" );
document.write( "The sum of two integers is 45. The larger is 3 less than three times the smaller. Find the two integers.\r
\n" );
document.write( "\n" );
document.write( "Can you tell me how to do this in detail thank you \n" );
document.write( "
Algebra.Com's Answer #572110 by lwsshak3(11628) ![]() You can put this solution on YOUR website! Select two variables, set up two equations and solve the problem below. \n" ); document.write( "The sum of two integers is 45. The larger is 3 less than three times the smaller. Find the two integers. \n" ); document.write( "Can you tell me how to do this in detail thank you \n" ); document.write( "*** \n" ); document.write( "let x=larger integer \n" ); document.write( "let y=smaller integer \n" ); document.write( "x+y=45 \n" ); document.write( "x=3y-3 \n" ); document.write( ".. \n" ); document.write( "substitute 3y-3 for x in first equation \n" ); document.write( "3y-3+y=45 \n" ); document.write( "4y=48 \n" ); document.write( "y=12 \n" ); document.write( "x=3y-3=36-3=33 \n" ); document.write( " |