Tutors Answer Your Questions about Equations (FREE)
Question 570957: b+8
_____=7
3 Answer by JBarnum(1826) (Show Source):
Question 570920: How do I find an equation of the line containging the given pair of points. (-2,-3) and (-7,-9) Answer by josmiceli(6766) (Show Source):
Question 570826: solve the following:
1. 6x4-11x3-35x2+34x+24
2. log(7x+2)-log(x-1)=1 Answer by Theo(2960) (Show Source):
You can put this solution on YOUR website!1. 6x4-11x3-35x2+34x+24
i graphed your first problem to see what the graph of the equation looked like.
if you're allowed to do this, it's a perfectly legitimate way of narrowing the problem down to possible solutions.
here's the graph that i created.

the graph shows that there are real solutions around the following points>
x = -2.0
x = -0.5
x = somewhere between 1.3 and 1.4
x = 3.0
these can be confirmed through solving of the equation by other than graphical means, or using the graphing software to find the zero points of the equation.
using the graphing software to find the zero points of the equations involves finding the intersection of the graph with the x-axis which is equivalent to the equation of y = 0.
this provides you with the value of x when the value of y = 0.
the graphing software i used indicates the zero points of the equation are at the following points on the graph.
x = -2.0
x = -0.5
x = 1.3333333 which can also be shown as x = 1 and 1/3 or x = 4/3.
x = 3.0
in this case, the graph showed the zero points fairly clearly.
in other cases, the graph will show the approximate point which can then be found exactly either through the graphing software or through algebraic calculations.
the graph itself took the grunt work out of finding where the possible real solutions were.
if we wished to find the solutions through calculations, we would do the following:
we know that -2.0 and 3.0 are roots of the equation, so we can use synthetic division to simplify the original equation.
if -2.0 and 3.0 are solutions, this means that (x+2) and (x-3) are factors.
we can reduce the equation using synthetic division by first dividing by (x+2) and then dividing the reduced equation by (x-3).
the result of that will be a quadratic equation that can then be solved using quadratic equation solving methods.
the attached diagram shows the synthetic division.

the original equation is:
6x^4 - 11x^3 - 35x^2 + 34x + 24
after dividing by (x+2), the first reduced equation becomes:
6x^3 - 23x^2 + 11x + 12
after dividing that by (x-3), the second reduced equation becomes:
6x^2 - 5x - 4
it appears that this equation won't factor easily, so we use the quadratic formula of:
x = (-b +/- sqrt(b^2-4ac))/(2a)
we set the quadratic expression equal to 0 to get:
6x^2 - 5x - 4 = 0
this puts it in standard form.
since the standard form of a quadratic equation is:
ax^2 + bx + c = 0, this means that:
a = 6
b = -5
c = -4
replacing a, b, and c in the quadratic formula with their respective values gets us:
x = (-(-5) +/- sqrt((-5)^2 - (4*(6)*(-4))) / (2*6) which simplifies to:
x = (5 +/- sqrt(25+96))/12 which simplifies further to:
x = (5 +/- sqrt(121)/12 which simplifies further to:
x = (5 +/- 11)/12
this leads to 2 solutions of x which are:
x = 16/12
x = -6/12
these solutions simplify to:
x = 4/3
x = -1/2
the decimal equivalent of these solutions is:
x = 1.333333333
x = -.5
our 4 solutions are:
x = -2.0
x = -.5
x = 1.33333333
x = 3.0
these are the same solutions as found using the graphical software.
if you have the graphing software to do it, the graphing solution is the way to go.
if you don't have graphing solutions available, you would have have to do trial and error to determine that (x+2) and (x-3) were factors and then use the quadratic formula to find the roots of the quadratic equation that was left.
it's a laborious process that is significantly simplified through the use of the graphing software.
the calculator i used was the TI-84.
it takes a little getting used to but, once you know how to use it, it works just fine.
there are others.
The TI-83 is similar but a little cheaper and still does the job adequately.
the graphical sofwtare solution won't find the complex roots of the equation.
it will only find the real roots.
if there are complex roots (a combination of real and imaginary parts), they would have to be found by other means or by graphing software that enables you to find complex roots.
i haven't seen such software nor have had occasion to use it as most problems in high school level algebra and elementary college level algebra don't require anything so sophisticated.
2. log(7x+2)-log(x-1)=1
your second equation is solved as follows:
since, in general, log(a*b) = log(a) + log(b), your first equation can be rewritten as shown below:
log((7x+2)/(x-1)) = 1
note that instead of using the general equation as log(a*b) = log(a) + log(b), we went in the reverse direction and used the general equation as log(a) + log(b) = log(a*b).
this is perfectly legitimate and is the proper way to back track from a log equation that has already been parceled out into its purest log form back to its original form.
you now have the equation:
log ((7x+2)/(x-1)) = 1
if you take the anti-log of both sides of this equation, you will get:
anti-log (log((7x+2)/(x-1)) = anti-log (1)
this can be simplified to:
(7x+2)/(x-1) = 10
the anti-log of the log of anything is anything.
in mathematical terms this would look like:
anti-log(log(a)) = a.
the anti-log of 1 is equal to 10 because the log of 10 is equal to 1.
you now have a simple equation that can be solved through normal algebraic means.
multiply both sides of that equation by (x-1) to get:
(7x + 2) = 10 * (x-1)
simplify to get:
7x + 2 = 10x - 10
subtract 7x from both sides of this equation and add 10 to both sides of this equation to get:
12 = 3x
commute this equation to get:
commute this equation means to flip each side of the equation using the general properties of algebraic equations that state if a = b then b = a. this is the law of commutation you should already know about.
the equation of 12 = 3x becomes:
3x = 12
divide both sides of this equation by 3 to get:
x = 4
the solution to this equation should be x = 4 if we did everything correctly.
to confirm, we go back to the original equation and replace x with 4 to see if the equation is true.
the original equation is:
log(7x+2)-log(x-1)=1
replace x with 4 to get:
log(7*4)+2) - log((4-1) = 1
simplify to get:
log(30) - log(3) = 1
use your calculator to get:
1 = 1
this confirms the solution of x = 4 is good.
note that when you deal with logs, the log of anything implies the base of 10 is being used, unless you specifically state what the base is.
this is what allowed us to find that the anti-log of 1 is equal to 10.
the basic property of logarithms states that:
log(b,x) = y if and only if b^y = x.
in our equation, we had log(x)) = 1 and we wanted to find the anti-log of 1 in order to find x.
by the basic property of logarithms, and using x as the variable that we are taking the log of, our equation of:
log(x) = 1 becomes:
log(10,x) = 1 because the implied base of 10 is now shown.
log(10,x) = 1 means log of x to the base of 10 equals 1.
by the basic properties of logarithms, this equation is true if and only if
10^1 = x
this simplifies to x = 10
the equation becomes:
log(10,10) = 1 which can also be shown as:
log(10) = 1 since the base of 10 is implied.
since log(10) = 1, then the anti-log of 1 is equal to 10.
Question 570823: 1/x-8/21=3/7x Answer by mananth(10539) (Show Source):
You can put this solution on YOUR website!
Add 8/21 to both sides of the equation
add -(3/7x) to both sides
LCD = 7x
7-3=7x*8/21
4=56x/21
multiply by 21
84= 56x
/56
x=3/2
m.ananth@hotmail.ca
Question 570744: Chuck and Dana agree to meet in Chicago for the weekend. Chuck travels 147 miles in the same time that Dana travels 129 miles. If Chuck's rate of travel is 6 mph more that Dana's, and they travel the same length of time, at what speed does chuck travel? Answer by mananth(10539) (Show Source):
You can put this solution on YOUR website!Dana x 129 miles
Chuck x+ 8 147 miles
The time taken by them is the same
t=d/r
129 / x = 147 /(x+ 8 )
Cross multiply
129 (x + 8 ) = 147 * x
129 x + 1032 = 147 x
147 x -129 x = 1032
18 x = 1032
/ 18
x = 57.33 Dana mph
65.33 Chuck mph
Question 570727: How do I write this as an equation?
A student took a test composed of 20 questions, with correct answers worth 3 points. If the student received 48 points for his grade, how many questions were correct? My answer is 16 because 16*3=48 Answer by mananth(10539) (Show Source):
Question 570721: For what values of K does the equation have equal solutions? 2x^2-Kx+8=0 Answer by josmiceli(6766) (Show Source):
You can put this solution on YOUR website!When the equation has the form  ,
The quadratic formula to find the roots is
For real solutions,  must be  or positive
given:

To be positive or zero,

and, also, using (-) root

so,
Question 570432: Is 3 ft equal to 30 in? Answer by Alan3354(21541) (Show Source):
Question 570382: the sum of the measure of two complementary angles is 90. if on angle measures 15 more than twice the measure of the complement, find the measure of each angle. Answer by solver91311(12114) (Show Source):
Question 570116: -10(x)+6-4x=-4x+8
I keep getting -1/5 but when I try to check it that does not equal out. Not sure if I am checking it wrong or doing it wrong! Thanks Answer by Maths68(1140) (Show Source):
Question 570087: how do you solve 3x-6=x Answer by rfer(10417) (Show Source):
Question 570094: The distance from Cleveland to Pittsburgh is about 2/5 of the distance from Cleveland to Chicago. About how far is Cleveland from Chicago? (It is 120 miles from Cleveland to Pittsburgh.) How do I set up an equation for this problem? Answer by rfer(10417) (Show Source):
Question 570078: 1/4r + 9 = 10 - 3/4r Answer by stanbon(48502) (Show Source):
Question 570069: 2a+6=-a-8
Show work please, and try to
explain it as best as possible
thx :) Found 3 solutions by mananth, stanbon, jim_thompson5910: Answer by mananth(10539) (Show Source):
You can put this solution on YOUR website!2a+6=-a-8
You find that the variable a is on both sides of the = sign.
to find the value of a you have to have the a's on one side and the numbers on the other side.
Fisrt lets bring the a on the right side to the left of the = sign
add a to both sides of the equation
2a+a+6 =-a+a-8
2a+a=3a, +a & -a= 0 on the right side. You have -8 left
3a+6 =-8
we remove the number from the left side of the = sign
add -6 to both sides of the equation
3a+6-6 = -8-6
+6 & -6 =0
3a= -14
Now the 3 has to be eliminated to find the value of a
you divide both sides of the equation by 3
 =
Answer by stanbon(48502) (Show Source):
You can put this solution on YOUR website!2a+6=-a-8
-----
Add a to both sides to get:
3a + 6 = -8
Subtract 6 from both sides to get:
3a = -14
----
Divide both sides by 3 to get:
a = -14/3
================
cheers,
Stan H.
Answer by jim_thompson5910(21667) (Show Source):
You can put this solution on YOUR website! Start with the given equation.
 Subtract  from both sides.
 Add  to both sides.
 Combine like terms on the left side.
 Combine like terms on the right side.
 Divide both sides by  to isolate  .
----------------------------------------------------------------------
Answer:
So the solution is
Question 570035: 6r+2r=7r solve. Answer by jim_thompson5910(21667) (Show Source):
You can put this solution on YOUR website! Start with the given equation.
 Combine like terms on the left side.
 Subtract  from both sides.
 Combine like terms on the left side.
----------------------------------------------------------------------
Answer:
So the solution is
Question 570028: x2-2x=48....i have to solve for x by completing the square..how do you do this?
^(squared) Answer by solver91311(12114) (Show Source):
Question 569627: Three more than six times some number Answer by nyc_function(2626) (Show Source):
Question 569716: A boat on a river travels downstream between two points, 60 mi apart, in one hour. The return trip against the current takes 2.5 hours. What is the boat's speed?
___mph
How fast does the current in the river flow?
___ mph
Answer by scott8148(5869) (Show Source):
You can put this solution on YOUR website!b + c = 60 mi / 1 hr = 60 mph
b - c = 60 mi / 2.5 hr = 24 mph
adding equations ___ b + c + b - c = 60 + 24 ___ 2b = 84 ___ b = 42
substituting ___ (42) + c = 60 ___ c = 18
Question 569640: can you show the solution please? Found 2 solutions by JBarnum, Alan3354: Answer by JBarnum(1826) (Show Source):
You can put this solution on YOUR website!i dont like fractions so first thing i do is multiply the denominators together
7y * 3 * 5 = 105y
now multiply everything by 105y
 add 35y to both sides
 divide by 56
 reduce by 2
Answer by Alan3354(21541) (Show Source):
Question 569626: The length of the top of a computer is 2 1/5 feet longer than its width. If its width measures m feet, express its length as an algebraic expression in m. Answer by JBarnum(1826) (Show Source):
Question 569585: p/2-2=-6 Answer by TutorDelphia(189) (Show Source):
Question 569408: x+3/10=-3/5 Answer by domo816(3) (Show Source):
Question 569248: 4(2b-6)+11=8b-13 Answer by jim_thompson5910(21667) (Show Source):
You can put this solution on YOUR website!
 Start with the given equation.
 Distribute.
 Combine like terms on the left side.
 Add  to both sides.
 Subtract  from both sides.
 Combine like terms on the left side.
 Combine like terms on the right side.
 Simplify.
Since this equation is always true for any b value, this means b can equal any number.
So there are an infinite number of solutions.
-------------------------------------------------------------------------------------------------
If you need more help, email me at jim_thompson5910@hotmail.com
Also, please consider visiting my website: http://www.freewebs.com/jimthompson5910/home.html and making a donation. Thank you
Jim
-------------------------------------------------------------------------------------------------
Question 569222: bob bought a boat,he recieved .06 discount and 200 dollars off and paid 600 dollars for the boat,what is the original price for the boat Answer by stanbon(48502) (Show Source):
You can put this solution on YOUR website!bob bought a boat,he recieved .06 discount and 200 dollars off and paid 600 dollars for the boat,what is the original price for the boat
-----------------------
Let original price be "x":
x - 0.06x - 200 = 600
0.94x = 800
x = 800/0.94
x = $851.06
================
Cheers,
Stan H.
================
Question 568794: I need to solve the varible problem
1. p=s-c?
(s) being the variable Answer by jim_thompson5910(21667) (Show Source):
Question 568877: 2(x-3)+5=-10 Answer by stanbon(48502) (Show Source):
You can put this solution on YOUR website!2(x-3)+5=-10
----
Subtract 5 from both sides:
2(x-3) = -15
---
2x-6 = -15
---
Add 6 to both sides:
2x = -9
---
Divide by 2:
x = -4.5
==============
Cheers,
Stan H.
=============
Question 568759: 12z=4z-56 Answer by jim_thompson5910(21667) (Show Source):
You can put this solution on YOUR website! Start with the given equation.
 Subtract  from both sides.
 Combine like terms on the left side.
 Divide both sides by  to isolate  .
 Reduce.
----------------------------------------------------------------------
Answer:
So the solution is
-------------------------------------------------------------------------------------------------
If you need more help, email me at jim_thompson5910@hotmail.com
Also, please consider visiting my website: http://www.freewebs.com/jimthompson5910/home.html and making a donation. Thank you
Jim
-------------------------------------------------------------------------------------------------
Question 568758: 10(y-1)=y+4 Answer by jim_thompson5910(21667) (Show Source):
You can put this solution on YOUR website! Start with the given equation.
 Distribute.
 Add  to both sides.
 Subtract  from both sides.
 Combine like terms on the left side.
 Combine like terms on the right side.
 Divide both sides by  to isolate  .
----------------------------------------------------------------------
Answer:
So the solution is
-------------------------------------------------------------------------------------------------
If you need more help, email me at jim_thompson5910@hotmail.com
Also, please consider visiting my website: http://www.freewebs.com/jimthompson5910/home.html and making a donation. Thank you
Jim
-------------------------------------------------------------------------------------------------
Question 568716: 3x-2(5-4x)=12 Answer by jim_thompson5910(21667) (Show Source):
You can put this solution on YOUR website! Start with the given equation.
 Distribute.
 Combine like terms on the left side.
 Add  to both sides.
 Combine like terms on the right side.
 Divide both sides by  to isolate  .
 Reduce.
----------------------------------------------------------------------
Answer:
So the solution is
-------------------------------------------------------------------------------------------------
If you need more help, email me at jim_thompson5910@hotmail.com
Also, please consider visiting my website: http://www.freewebs.com/jimthompson5910/home.html and making a donation. Thank you
Jim
-------------------------------------------------------------------------------------------------
Question 568646: what would be the answer for y+7=9 Answer by nyc_function(2626) (Show Source):
Question 568618: For the equation 3x^2+xy+2y^2=0, which of the following is true?
(a) x=y+√y^2-4(3)(2y^2) (over/divided)2(3)
(b) x=-y+√y^2-4(3)(2y^2) (over/divided)2(3)
(c) x=-y+√x^2-4(3)(2y^2) (over/divided)2(3)
(d) x=-y+√y^2-4(3)(3x^2) (over/divided)2(3)
Thank you so much in advance!
Answer by AnlytcPhil(1116) (Show Source):
Question 568584: 9b+42=-12 Answer by jim_thompson5910(21667) (Show Source):
You can put this solution on YOUR website! Start with the given equation.
 Subtract  from both sides.
 Combine like terms on the right side.
 Divide both sides by  to isolate  .
 Reduce.
----------------------------------------------------------------------
Answer:
So the solution is
-------------------------------------------------------------------------------------------------
If you need more help, email me at jim_thompson5910@hotmail.com
Also, please consider visiting my website: http://www.freewebs.com/jimthompson5910/home.html and making a donation. Thank you
Jim
-------------------------------------------------------------------------------------------------
Question 568582: 2c+6+7c=8 Answer by jim_thompson5910(21667) (Show Source):
You can put this solution on YOUR website! Start with the given equation.
 Combine like terms on the left side.
 Subtract  from both sides.
 Combine like terms on the right side.
 Divide both sides by  to isolate  .
----------------------------------------------------------------------
Answer:
So the solution is
-------------------------------------------------------------------------------------------------
If you need more help, email me at jim_thompson5910@hotmail.com
Also, please consider visiting my website: http://www.freewebs.com/jimthompson5910/home.html and making a donation. Thank you
Jim
-------------------------------------------------------------------------------------------------
Question 568579: 18y=12y+24 Answer by jim_thompson5910(21667) (Show Source):
You can put this solution on YOUR website! Start with the given equation.
 Subtract  from both sides.
 Combine like terms on the left side.
 Divide both sides by  to isolate  .
 Reduce.
----------------------------------------------------------------------
Answer:
So the solution is
-------------------------------------------------------------------------------------------------
If you need more help, email me at jim_thompson5910@hotmail.com
Also, please consider visiting my website: http://www.freewebs.com/jimthompson5910/home.html and making a donation. Thank you
Jim
-------------------------------------------------------------------------------------------------
Question 568549: 9a+2=4a-18 Answer by jim_thompson5910(21667) (Show Source):
You can put this solution on YOUR website! Start with the given equation.
 Subtract  from both sides.
 Subtract  from both sides.
 Combine like terms on the left side.
 Combine like terms on the right side.
 Divide both sides by  to isolate  .
 Reduce.
----------------------------------------------------------------------
Answer:
So the solution is
-------------------------------------------------------------------------------------------------
If you need more help, email me at jim_thompson5910@hotmail.com
Also, please consider visiting my website: http://www.freewebs.com/jimthompson5910/home.html and making a donation. Thank you
Jim
-------------------------------------------------------------------------------------------------
Question 568546: 12(m – 4) = 3m - 3 Answer by jim_thompson5910(21667) (Show Source):
You can put this solution on YOUR website! Start with the given equation.
 Distribute.
 Add  to both sides.
 Subtract  from both sides.
 Combine like terms on the left side.
 Combine like terms on the right side.
 Divide both sides by  to isolate  .
 Reduce.
----------------------------------------------------------------------
Answer:
So the solution is
-------------------------------------------------------------------------------------------------
If you need more help, email me at jim_thompson5910@hotmail.com
Also, please consider visiting my website: http://www.freewebs.com/jimthompson5910/home.html and making a donation. Thank you
Jim
-------------------------------------------------------------------------------------------------
Question 568542: 2x+5=9x-16 Answer by jim_thompson5910(21667) (Show Source):
You can put this solution on YOUR website! Start with the given equation.
 Subtract  from both sides.
 Subtract  from both sides.
 Combine like terms on the left side.
 Combine like terms on the right side.
 Divide both sides by  to isolate  .
 Reduce.
----------------------------------------------------------------------
Answer:
So the solution is
-------------------------------------------------------------------------------------------------
If you need more help, email me at jim_thompson5910@hotmail.com
Also, please consider visiting my website: http://www.freewebs.com/jimthompson5910/home.html and making a donation. Thank you
Jim
-------------------------------------------------------------------------------------------------
Question 568525: -10(x+3)+28=-16-16 Answer by jim_thompson5910(21667) (Show Source):
You can put this solution on YOUR website! Start with the given equation.
 Distribute.
 Combine like terms on the left side.
 Combine like terms on the right side.
 Add  to both sides.
 Combine like terms on the right side.
 Divide both sides by  to isolate  .
 Reduce.
----------------------------------------------------------------------
Answer:
So the solution is
-------------------------------------------------------------------------------------------------
If you need more help, email me at jim_thompson5910@hotmail.com
Also, please consider visiting my website: http://www.freewebs.com/jimthompson5910/home.html and making a donation. Thank you
Jim
-------------------------------------------------------------------------------------------------
Question 567412: If 4p-2=-3(p-4), then p=? Answer by jim_thompson5910(21667) (Show Source):
You can put this solution on YOUR website! Start with the given equation.
 Distribute.
 Add  to both sides.
 Add  to both sides.
 Combine like terms on the left side.
 Combine like terms on the right side.
 Divide both sides by  to isolate  .
 Reduce.
----------------------------------------------------------------------
Answer:
So the solution is
Question 568491: What is the answer to 5(w-3)+4(2w+1), please
could you do step to step how to wrk it out, please? Answer by stanbon(48502) (Show Source):
Question 568472: Find the smallest positive number t such that
e^(sin(t))=5/7 Answer by stanbon(48502) (Show Source):
You can put this solution on YOUR website!Find the smallest positive number t such that
e^(sin(t))=5/7
-----
Take the natural log of both sides to get:
sin(t) = ln(5/7)
---
sin(t) = -0.3365
---
Take the inverse sin of both sides to get:
t = 200.07 degrees or 3.4848 radians
==================
Cheers,
Stan H.
==================
Question 568236: 2[x-5(x+2)+3] Answer by jim_thompson5910(21667) (Show Source):
|
Older solutions: 1..45, 46..90, 91..135, 136..180, 181..225, 226..270, 271..315, 316..360, 361..405, 406..450, 451..495, 496..540, 541..585, 586..630, 631..675, 676..720, 721..765, 766..810, 811..855, 856..900, 901..945, 946..990, 991..1035, 1036..1080, 1081..1125, 1126..1170, 1171..1215, 1216..1260, 1261..1305, 1306..1350, 1351..1395, 1396..1440, 1441..1485, 1486..1530, 1531..1575, 1576..1620, 1621..1665, 1666..1710, 1711..1755, 1756..1800, 1801..1845, 1846..1890, 1891..1935, 1936..1980, 1981..2025, 2026..2070, 2071..2115, 2116..2160, 2161..2205, 2206..2250, 2251..2295, 2296..2340, 2341..2385, 2386..2430, 2431..2475, 2476..2520, 2521..2565, 2566..2610, 2611..2655, 2656..2700, 2701..2745, 2746..2790, 2791..2835, 2836..2880, 2881..2925, 2926..2970, 2971..3015, 3016..3060, 3061..3105, 3106..3150, 3151..3195, 3196..3240, 3241..3285, 3286..3330, 3331..3375, 3376..3420, 3421..3465, 3466..3510, 3511..3555, 3556..3600, 3601..3645, 3646..3690, 3691..3735, 3736..3780, 3781..3825, 3826..3870, 3871..3915, 3916..3960, 3961..4005, 4006..4050, 4051..4095, 4096..4140, 4141..4185, 4186..4230, 4231..4275, 4276..4320, 4321..4365, 4366..4410, 4411..4455, 4456..4500, 4501..4545, 4546..4590, 4591..4635, 4636..4680, 4681..4725, 4726..4770, 4771..4815, 4816..4860, 4861..4905, 4906..4950, 4951..4995, 4996..5040, 5041..5085, 5086..5130, 5131..5175, 5176..5220, 5221..5265, 5266..5310, 5311..5355, 5356..5400, 5401..5445, 5446..5490, 5491..5535, 5536..5580, 5581..5625, 5626..5670, 5671..5715, 5716..5760, 5761..5805, 5806..5850, 5851..5895, 5896..5940, 5941..5985, 5986..6030, 6031..6075, 6076..6120, 6121..6165, 6166..6210, 6211..6255, 6256..6300, 6301..6345, 6346..6390, 6391..6435, 6436..6480, 6481..6525, 6526..6570, 6571..6615, 6616..6660, 6661..6705, 6706..6750, 6751..6795, 6796..6840, 6841..6885, 6886..6930, 6931..6975, 6976..7020, 7021..7065, 7066..7110, 7111..7155, 7156..7200, 7201..7245, 7246..7290, 7291..7335, 7336..7380, 7381..7425, 7426..7470, 7471..7515, 7516..7560, 7561..7605, 7606..7650, 7651..7695, 7696..7740, 7741..7785, 7786..7830, 7831..7875, 7876..7920, 7921..7965, 7966..8010, 8011..8055, 8056..8100, 8101..8145, 8146..8190, 8191..8235, 8236..8280, 8281..8325, 8326..8370, 8371..8415, 8416..8460, 8461..8505, 8506..8550, 8551..8595, 8596..8640, 8641..8685, 8686..8730, 8731..8775, 8776..8820, 8821..8865, 8866..8910, 8911..8955, 8956..9000, 9001..9045, 9046..9090, 9091..9135, 9136..9180, 9181..9225, 9226..9270, 9271..9315, 9316..9360, 9361..9405, 9406..9450, 9451..9495, 9496..9540, 9541..9585, 9586..9630, 9631..9675, 9676..9720, 9721..9765, 9766..9810, 9811..9855, 9856..9900, 9901..9945, 9946..9990, 9991..10035, 10036..10080, 10081..10125, 10126..10170, 10171..10215, 10216..10260, 10261..10305, 10306..10350, 10351..10395, 10396..10440, 10441..10485, 10486..10530, 10531..10575, 10576..10620, 10621..10665, 10666..10710, 10711..10755, 10756..10800, 10801..10845, 10846..10890, 10891..10935, 10936..10980, 10981..11025, 11026..11070, 11071..11115, 11116..11160, 11161..11205, 11206..11250, 11251..11295, 11296..11340, 11341..11385, 11386..11430, 11431..11475, 11476..11520, 11521..11565, 11566..11610, 11611..11655, 11656..11700, 11701..11745, 11746..11790, 11791..11835, 11836..11880, 11881..11925, 11926..11970, 11971..12015, 12016..12060, 12061..12105, 12106..12150, 12151..12195, 12196..12240, 12241..12285, 12286..12330, 12331..12375, 12376..12420, 12421..12465, 12466..12510, 12511..12555, 12556..12600, 12601..12645, 12646..12690, 12691..12735, 12736..12780, 12781..12825, 12826..12870, 12871..12915, 12916..12960, 12961..13005, 13006..13050, 13051..13095, 13096..13140, 13141..13185, 13186..13230, 13231..13275, 13276..13320, 13321..13365, 13366..13410, 13411..13455, 13456..13500, 13501..13545, 13546..13590, 13591..13635, 13636..13680, 13681..13725, 13726..13770, 13771..13815, 13816..13860, 13861..13905, 13906..13950, 13951..13995, 13996..14040, 14041..14085, 14086..14130, 14131..14175, 14176..14220, 14221..14265, 14266..14310, 14311..14355, 14356..14400, 14401..14445, 14446..14490, 14491..14535, 14536..14580, 14581..14625, 14626..14670, 14671..14715, 14716..14760, 14761..14805, 14806..14850, 14851..14895, 14896..14940, 14941..14985, 14986..15030, 15031..15075, 15076..15120, 15121..15165, 15166..15210, 15211..15255, 15256..15300, 15301..15345, 15346..15390, 15391..15435, 15436..15480, 15481..15525, 15526..15570, 15571..15615, 15616..15660, 15661..15705, 15706..15750, 15751..15795, 15796..15840, 15841..15885, 15886..15930, 15931..15975, 15976..16020, 16021..16065, 16066..16110, 16111..16155, 16156..16200, 16201..16245, 16246..16290, 16291..16335, 16336..16380, 16381..16425, 16426..16470, 16471..16515, 16516..16560, 16561..16605, 16606..16650, 16651..16695, 16696..16740, 16741..16785, 16786..16830, 16831..16875, 16876..16920, 16921..16965, 16966..17010, 17011..17055, 17056..17100, 17101..17145, 17146..17190, 17191..17235, 17236..17280, 17281..17325, 17326..17370, 17371..17415, 17416..17460, 17461..17505, 17506..17550, 17551..17595, 17596..17640, 17641..17685, 17686..17730, 17731..17775, 17776..17820, 17821..17865, 17866..17910, 17911..17955, 17956..18000, 18001..18045, 18046..18090, 18091..18135, 18136..18180, 18181..18225, 18226..18270, 18271..18315, 18316..18360, 18361..18405, 18406..18450, 18451..18495, 18496..18540, 18541..18585, 18586..18630, 18631..18675, 18676..18720, 18721..18765, 18766..18810, 18811..18855, 18856..18900, 18901..18945, 18946..18990, 18991..19035, 19036..19080, 19081..19125, 19126..19170, 19171..19215, 19216..19260, 19261..19305, 19306..19350, 19351..19395, 19396..19440, 19441..19485, 19486..19530, 19531..19575, 19576..19620, 19621..19665, 19666..19710, 19711..19755, 19756..19800, 19801..19845, 19846..19890, 19891..19935, 19936..19980, 19981..20025, 20026..20070, 20071..20115, 20116..20160, 20161..20205, 20206..20250, 20251..20295, 20296..20340, 20341..20385, 20386..20430, 20431..20475, 20476..20520, 20521..20565, 20566..20610, 20611..20655, 20656..20700, 20701..20745, 20746..20790, 20791..20835, 20836..20880, 20881..20925, 20926..20970, 20971..21015, 21016..21060, 21061..21105, 21106..21150, 21151..21195, 21196..21240, 21241..21285, 21286..21330, 21331..21375, 21376..21420
|