TheXSquaredFactor

avatar
UsernameTheXSquaredFactor
Score2441
Membership
Stats
Questions 3
Answers 956

 #6
avatar+2441 
0

Here is an extremrly basic mockup of a number table from 0-99 for you to reference as I make the adding process easier.

 

 

I notice a few patterns here. The tens digit remains the same. Let's attempt to add the numbers 0-9.

 

\(\underbrace{0+\underbrace{1+\underbrace{2+\underbrace{3+\underbrace{4+5}+6}+7}+8}+9}\\ \)

 

The numbers enclosed by the underbraces sum to nine (9+0=9, 1+8=9, 2+7=9, 3+6=9. 4+5=9). There are 5 lots of this occurring with the numbers one to nine, so the sum of the tens digit in the first columns equals \(9*5\text{ or }45\). This phenomenon occurs ten times or once per column, so let's multiply this by 10. \(45*10=450\)

 

Now, let's do the ones column. The ones column is different because each column increments the amount by 1. The sum of the ones column can be represented by the following sequence. \(0*10+1*10+2*10+...+8*10+9*10\). We can use algebra to group the common factor, so it simplifies to \(10(1+2+3+...+8+9)\). Of course, we already know that the sum of the numbers 1-9 sums to 45 by our first calculation. 10 times that amount yields \(450\)

 

Of course, we have only dealt with the sum of the digits from 0-99. However, if you think about it, the sum of 100-109 should be the same as adding the ones digit and the hundreds digits. Of course, this is a special case since the tens digits are all 0. We already know that \(1+2+3+...+8+9=45\). We know that the hundreds digit of the numbers 100-109 sums to \(1*10=10\). However, we have forgotten 110, which has a value of 2. \(45+10+2=57\) for the sum of the digits from 100-110. Now, let's add everything together.

 

\(450+450+57=957\) or the sum of the digits from 0-110

Jan 21, 2018
 #5
avatar+2441 
+1

 

Hello again! I see that you are having difficulty finishing the complete simplification of \(\frac{9x+2}{3x^2-2x-8}+\frac{7}{3x^2+x-4}\)

 

I am glad to see that you have factored both quadratics correctly. Rewriting the denominators into its factored form results in \(\frac{9x+2}{(3x+4)(x-2)}+\frac{7}{(3x+4)(x-1)}\). Just like the one I solved over here at https://web2.0calc.com/questions/subtracting-rational-expressions#r1, your goal at the moment is to create a common denominator. Unlike the one I linked to above, finding it is a little bit more difficult. In that example, I noted how you want the LCM (least common multiple); however, you really only need a common multiple. It does not have to be the least, but the computation is easier if you do. 

 

So, what is a common factor of \((3x+4)(x-2)\) and \((3x+4)(x-1)\)? The common factor of 3x+4 is relevant, but it alone will not be enough to figure out a common factor. To figure out a common multiple, just multiply both denominators together. This will always give you a common multiple. It may not be the least one, however. Multiplying both the denominators together yields \((3x+4)^2(x-2)(x-1)\). There is no need to expand yet. Notice, however, that both denominators have a factor of \(3x+4\), so we can divide that from the multiple we have. This gives us the least common multiple of \((x-2)(x-1)\).

 

Now, let's convert each fraction individually. I'll start with \(\frac{9x+2}{(3x+4)(x-2)}\).

 

\(\frac{9x+2}{(3x+4)(x-2)}*\frac{(x-2)(x-1)}{(x-2)(x-1)}\)I'm not necessarily concerned about expanding just yet. For now, let's just worry about getting the common denominator.
\(\frac{(9x+2)(x-2)(x-1)}{(3x+4)(x-2)^2(x-1)}\) 
  

 

Now, let's convert the next fraction \(\frac{7}{(3x+4)(x-1)}\):

 

\(\frac{7}{(3x+4)(x-1)}*\frac{(x-2)(x-1)}{(x-2)(x-1)}\)Let's do the multiplication!
\(\frac{7(x-2)(x-1)}{(3x+4)(x-2)(x-1)^2}\) 
  

 

You might notice that there is an issue, though, because the expression \(\frac{(9x+2)(x-2)(x-1)}{(3x+4)(x-2)^2(x-1)}+\frac{7(x-2)(x-1)}{(3x+4)(x-2)(x-1)^2} \Rightarrow \frac{(9x+2)(x-1)}{(3x+4)(x-2)(x-1)}+\frac{7(x-2)}{(3x+4)(x-2)(x-1)}\). You'll see that I factored out some unnecessary factors to create that common denominator. Now, let's add those fractions together!

 

\(\frac{(9x+2)(x-1)}{(3x+4)(x-2)(x-1)}+\frac{7(x-2)}{(3x+4)(x-2)(x-1)}\)Now that the denominators are the same, we can combine the fractions.
\(\frac{(9x+2)(x-1)+7(x-2)}{(3x+4)(x-2)(x-1)}\)

Now, let's multiply the numerator. Find the product of the binomials and distribute the 7.

\(\frac{9x^2-7x-2+7x-14}{(3x+4)(x-2)(x-1)}\)Let's combine those like terms!
\(\frac{9x^2-16}{(3x+4)(x-2)(x-1)}\)This is NOT the final answer. This is not fully simplified because the numerator is a difference of squares. Be attentive!
\(\frac{(3x+4)(3x-4)}{(3x+4)(x-2)(x-1)}\)There is a common factor in the numerator and denominator that cancel out.
\(\frac{3x-4}{(x-2)(x-1)}\)Now, expand the denominator again.
\(\frac{3x-4}{x^2-3x+2}\)This is fully simplified; there is nothing else to do here.
  

 

Now, let's consider the restrictions. All the factors of the original problem \((3x+4),(x-2),\text{and}(x-1)\) cannot be divided by zero. Set them equal to zero to figure out the forbidden values. 

 

\(\frac{3x-4}{x^2-3x+2},x\neq -\frac{4}{3},1,2\)

Jan 11, 2018
 #1
avatar+2441 
+1

In order to simplify this expression, we must create a common denominator. Otherwise, subtracting complicated fractions is not feasible. Currently, \(\frac{a^2+1}{a^2-1}-\frac{a-1}{a+1}\) does not have this, so we must create one. 

 

The denominator of the first term, \(a^2-1\) can be factored because it is a difference of two squares. Sometimes, factoring the denominator fully is helpful since it can make identifying the least common multiple all that more painless. In this case, \(a^2-1=(a+1)(a-1)\).

 

We now have \(\frac{a^2+1}{(a+1)(a-1)}-\frac{a-1}{a+1}\). Well, would you look at that! It is clear here that \((a+1)(a-1)\) is the least common multiple of the denominators since \(a+1\) is a factor of the product of binomials. Let's manipulate \(\frac{a-1}{a+1}\) so that we can create the desired common denominator.

 

\(\frac{a-1}{a+1}\) As aforementioned, let's convert this into a fraction with a common denominator.
\(\frac{a-1}{a+1}*\frac{a-1}{a-1}\) Of course, the actual value of the fraction remains unchanged since I am really multiplying the fraction by one. Now, let's combine.
\(\frac{(a-1)(a-1)}{(a+1)(a-1)}\)  
   

 

Ok, we have now changed the problem from \(\frac{a^2+1}{a^2-1}-\frac{a-1}{a+1}\) to \(\frac{a^2+1}{(a+1)(a-1)}-\frac{(a-1)(a-1)}{(a+1)(a-1)}\). This transformation is indeed a positive one because we can now combine the fractions. We have now overcome the first stumbling block. 

 

\(\frac{a^2+1}{(a+1)(a-1)}-\frac{(a-1)(a-1)}{(a+1)(a-1)}\) Combine the fractions now that the same denominator of both terms exist.
\(\frac{a^2+1-(a-1)(a-1)}{(a+1)(a-1)}\) Let's determine the product of the binomials. Since both binomials are identical, we can utilize the rule that \((x-y)^2=x^2-2xy+y^2\)
\(\frac{a^2+1-(a^2-2a+1)}{(a+1)(a-1)}\) Distribute the negative sign to all the terms it contains in parentheses.
\(\frac{a^2+1-a^2+2a-1}{(a+1)(a-1)}\) Look at that! In the numerator, the a2-term will cancel out and so will the constants!
\(\frac{2a}{(a+1)(a-1)}\) We can do the multiplication of the binomials in the denominator again. We already know what the product is.
\(\frac{2a}{a^2-1}\) Of course, let's not forget the restrictions for the value of a. 
\(\frac{2a}{a^2-1}, a\neq\pm1\) If a was equal to the restricted values, a division by zero would occur, which is forbidden.
Jan 11, 2018
 #7
avatar+2441 
+2