document.write( "Question 681299:  im trying to solve an equation using lespa and i need help
\n" );
document.write( "Question: There are two consecutive integers. Four times the first decreased by three times the second yields 0. What are the numbers
\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #422611 by mathgotserved(25)     You can put this solution on YOUR website! The first is x, the second x+1 \n" ); document.write( "4x-3(x+1)=0 \n" ); document.write( "4x-3x-3=0 \n" ); document.write( "x-3=0 \n" ); document.write( "x=3\r \n" ); document.write( "\n" ); document.write( "The first is 3 and the second is 4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |