document.write( "Question 97819This question is from textbook
\n" );
document.write( ": find two consecutive even integers such that the smaller added to three times the larger gives a sum of 46 \n" );
document.write( "
Algebra.Com's Answer #71163 by edjones(8007)![]() ![]() You can put this solution on YOUR website! let the 2 integers be: x, x+1 \n" ); document.write( "x+3(x+1)=46 \n" ); document.write( "x+3x+3=46 \n" ); document.write( "4x+3=46 \n" ); document.write( "4x=43 \n" ); document.write( "x=10.75 \n" ); document.write( "there is no answer x is not an integer. \n" ); document.write( "Check: \n" ); document.write( "10.75+3(10.75+1)=46 \n" ); document.write( "10.75+32.25+3=46 \n" ); document.write( "Ed \n" ); document.write( " |