document.write( "Question 15943: I need help on this problem:\r
\n" );
document.write( "\n" );
document.write( "Three times the greatest of three consucutive intergers exceeds twice the least by 38. Find the intergers. \n" );
document.write( "
Algebra.Com's Answer #7858 by pwac(253)![]() ![]() ![]() You can put this solution on YOUR website! let 1st integer=x \n" ); document.write( "so 2nd =x+1 \n" ); document.write( "and 3rd=x+2 \n" ); document.write( "so 3 times greatest(x+2)= 2 times least(x)plus 38.This looks like: \n" ); document.write( "3(x+2)=2x+38 Remove bracket by multiplying by the 3 \n" ); document.write( "3x+6=2x+38 Subtract 2x from both sides \n" ); document.write( "x+6=38 subtract 6 from both sides \n" ); document.write( "x=32 \n" ); document.write( "which is the smallest of the 3 integers you are looking for \n" ); document.write( "Pete \n" ); document.write( " |