document.write( "Question 899310: Four times the difference of a number and 3 is the same as 6 times the number increased by 1
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #545413 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! 4(n-3) = 6(n-1) \n" ); document.write( "4n - 12 = 6n - 6 \n" ); document.write( " -6 = 2n \n" ); document.write( " -3 = n \n" ); document.write( " |