document.write( "Question 84531: How do I solve:
\n" );
document.write( "The absolute value of n-6 = the absolute value of 1-n \n" );
document.write( "
Algebra.Com's Answer #60898 by bucky(2189)![]() ![]() ![]() You can put this solution on YOUR website! Given: \n" ); document.write( ". \n" ); document.write( " \n" ); document.write( ". \n" ); document.write( "A methodical way of solving this equation involves understanding that each of the quantities \n" ); document.write( "in the absolute value signs can be either plus or minus without changing the equation \n" ); document.write( "... and this is due to the absolute value signs which change negative quantities to \n" ); document.write( "positive quantities. \n" ); document.write( ". \n" ); document.write( "Therefore, you have 4 possibilities: \n" ); document.write( ". \n" ); document.write( "+(n - 6) = +(1 - n) and \n" ); document.write( "-(n - 6) = +(1 - n) and \n" ); document.write( "+(n - 6) = -(1 - n) and finally \n" ); document.write( "-(n - 6) = -(1 - n) \n" ); document.write( ". \n" ); document.write( "Solve each of these four possible cases. \n" ); document.write( ". \n" ); document.write( "Case I. \n" ); document.write( ". \n" ); document.write( "+(n - 6) = +(1 - n) which is \n" ); document.write( "n - 6 = 1 - n and add n to both sides to get \n" ); document.write( "2n - 6 = 1 and add +6 to both sides to get \n" ); document.write( "2n = 7 and divide by 2 to find that \n" ); document.write( "n = 7/2 \n" ); document.write( ". \n" ); document.write( "Case II \n" ); document.write( "-(n - 6) = +(1 - n) and the minus sign changes the left side \n" ); document.write( "-n + 6 = 1 - n now add n to both sides and you get \n" ); document.write( "+6 = +1 ... this case does not lead to a good solution for n \n" ); document.write( ". \n" ); document.write( "Case III \n" ); document.write( ". \n" ); document.write( "+(n - 6) = -(1 - n) and the minus sign changes the right side \n" ); document.write( "n - 6 = -1 + n subtract n from both sides and you get \n" ); document.write( "-6 = -1 ... this case also does not lead to a good solution for n \n" ); document.write( ". \n" ); document.write( "Case IV \n" ); document.write( ". \n" ); document.write( "-(n - 6) = -(1 - n) and the minus signs on both sides change this to \n" ); document.write( "-n + 6 = -1 + n subtract n from both sides and you get \n" ); document.write( "-2n + 6 = -1 subtract 6 from both sides and you get \n" ); document.write( "-2n = -7 divide both sides by -2 and the answer becomes \n" ); document.write( "n = -7/-2 = 7/2 This is the same answer as Case I \n" ); document.write( ". \n" ); document.write( "So the answer to the problem is n = +7/2. Let's check that by replacing n by 7/2 in the \n" ); document.write( "equation originally given: \n" ); document.write( ". \n" ); document.write( " \n" ); document.write( ". \n" ); document.write( "Substitute 7/2 for n and this equation becomes: \n" ); document.write( ". \n" ); document.write( " \n" ); document.write( ". \n" ); document.write( "Make each of the terms inside the absolute value signs have a common denominator of 2: \n" ); document.write( ". \n" ); document.write( " \n" ); document.write( ". \n" ); document.write( "Now combine the terms inside the absolute value signs and the equation becomes: \n" ); document.write( ". \n" ); document.write( " \n" ); document.write( ". \n" ); document.write( "Both sides of this equation are the same, so we can say that n = 7/2 is a solution \n" ); document.write( "to the equation. \n" ); document.write( ". \n" ); document.write( "Hope this helps you understand absolute values a little more. \n" ); document.write( " |