document.write( "Question 7680: what is the answer for this linear equation 10n+12=14n-12 \n" ); document.write( "
Algebra.Com's Answer #4247 by drglass(89)![]() ![]() ![]() You can put this solution on YOUR website! In a problem like this, you want to isolate the variable from the constants. This means, you want the n on one side and the numbers on the other. You can to this as follows:\r \n" ); document.write( "\n" ); document.write( "subtract 10n from both sides to get \n" ); document.write( "10n + 12 - 10n = 14n - 12 - 10n, rearrange the terms to get \n" ); document.write( "10n - 10n + 12 = 14n - 10n - 12, or \n" ); document.write( "0 + 12 = 4n - 12\r \n" ); document.write( "\n" ); document.write( "Now, add 12 to both sides \n" ); document.write( "12 + 12 = 4n - 12 + 12 or \n" ); document.write( "24 = 4n\r \n" ); document.write( "\n" ); document.write( "Divide both sides by 4 to get \n" ); document.write( "24/4 = 4n/4 or \n" ); document.write( "6 = n.\r \n" ); document.write( "\n" ); document.write( "You can check this by replacing n with 6 in the original equation.\r \n" ); document.write( "\n" ); document.write( "10(6) + 12 = 14(6) - 12 \n" ); document.write( "60 + 12 = 84 - 12 \n" ); document.write( "72 = 72\r \n" ); document.write( "\n" ); document.write( "This is true, so n = 6 is correct \n" ); document.write( " |