let any integer be x
\n" );
document.write( "to make it definitely even,make it 2x
\n" );
document.write( "now three consecutive even integers would mean 2x,(2x+2),(2x+4)
\n" );
document.write( "
\n" );
document.write( "we have been given a condition,
\n" );
document.write( "\"sum of three times the first integer, one-third the second integer, and eight times the third integer is -58\"
\n" );
document.write( "i've colored them different so you can follow it in the working
\n" );
document.write( "3(2x)+1/3(2x+2)+8(2x+4)=-58
\n" );
document.write( "[6x] + [2/3(x+1)] + [2/8(x+2)] = -58
\n" );
document.write( "6x + 2/3(x+1) + 1/4(x+2) = -58
\n" );
document.write( "multiply throughout by 3
\n" );
document.write( "18x + 2(x+1) + 3/4(x+2) = -3(58)
\n" );
document.write( "multiply throughout by 4
\n" );
document.write( "72x + 8(x+1) + 3(x+2) = -3(4)(58)
\n" );
document.write( "72x + 8x + 8 + 3x + 6 = -12(58)
\n" );
document.write( "83x + 14 = -696
\n" );
document.write( "83x = -696-14= -710
\n" );
document.write( "x= -710/83
\n" );
document.write( "
\n" );
document.write( "Now this value of x is not only negative,it is also not an integral value.
\n" );
document.write( "Clearly this '-58' cannot be correct. please check your question and post again.
\n" );
document.write( "