Ask your own question, for FREE!
Mathematics 21 Online
OpenStudy (anonymous):

2x+11>25

OpenStudy (lgbasallote):

subtract 11 from both sides first..what do you get?

OpenStudy (anonymous):

2x>14

OpenStudy (lgbasallote):

right. now divide both sides by 2

OpenStudy (anonymous):

x>7 is this written in interval notation?

OpenStudy (lgbasallote):

nope

OpenStudy (lgbasallote):

interval notation would be \((7,\infty)\)

OpenStudy (anonymous):

how do i figure that?

OpenStudy (lgbasallote):

x > 7 right?

OpenStudy (anonymous):

yes but the interval notation how do i figure that part

OpenStudy (lgbasallote):

that means x is GREATER than 7.., so your numbers are 7 above...that's why you have 7, infinity then it's > sign so you just use parentheses...that's why (7,infinity) got it?

OpenStudy (anonymous):

okay so it is just another way to say x>7 ?

OpenStudy (lgbasallote):

yep

OpenStudy (anonymous):

awesome! thankyou!!!

OpenStudy (lgbasallote):

welcome

jimthompson5910 (jim_thompson5910):

Interval notation describes an interval on the real number line So when we say (A, B) we mean the interval from A to B where we are NOT including neither A nor B Ex: (7,20) describes the interval from 7 to 20 (excluding both endpoints)

OpenStudy (anonymous):

so you shade in between the two points and not the points themselves?

jimthompson5910 (jim_thompson5910):

exactly

jimthompson5910 (jim_thompson5910):

the endpoints are open circles to visually show they are NOT included in the interval

jimthompson5910 (jim_thompson5910):

In your case, (7,infinity) means that you have an interval where you start at 7, but there is no right endpoint since infinity goes on forever you're NOT including 7, so you draw an open circle here

OpenStudy (anonymous):

how do i translate this into other problems as well? like i tried another and it didnt work. -3x isgreater than or equal to 15

jimthompson5910 (jim_thompson5910):

-3x >= 15 Divide both sides by -3 x <= -5 Notice how the sign flips

jimthompson5910 (jim_thompson5910):

The answer in interval notation is (-infinity, -5] and you graph this by plotting a closed circle at -5, then you shade to the left

OpenStudy (anonymous):

but how do i know what side of the ( ,) to put infinity

jimthompson5910 (jim_thompson5910):

when you say x <= -5, you mean "anything less than or equal to -5" So you're describing the interval -infinity to -5 , ***include the -5*** which translates to (-infinity, -5] in interval notation

OpenStudy (anonymous):

so if i am using a < sign then the number goes on the right and if i am using a > sign the number goes on the left side of the ( )

jimthompson5910 (jim_thompson5910):

yes, if you have x > something, then it translates to (something, infinity) ------------------------------------------------------- if you have x < something, then it translates to (-infinity, something)

OpenStudy (anonymous):

so if infinity comes first it is negative? always?

jimthompson5910 (jim_thompson5910):

yes, you read from left to right, so something like (infinity, 2) doesn't make sense (since it's backwards)

OpenStudy (anonymous):

how do i know if i even use infinity i just tried another with infinity and the computer told me no and showed me the right answer with out infinity

jimthompson5910 (jim_thompson5910):

if you have something like 2 < x < 10 then the interval doesn't stretch forever in one direction and you will NOT use infinity in the interval notation

OpenStudy (anonymous):

is it okay to have negative numbers or is it better to switch the sign and get rid of the negative

jimthompson5910 (jim_thompson5910):

what do you mean

OpenStudy (anonymous):

x<-7/5 . can i just flip the sign and make it x>7/5

jimthompson5910 (jim_thompson5910):

no, you can't do that

jimthompson5910 (jim_thompson5910):

you can only flip the sign when going from -5x < 7 to x > -7/5

jimthompson5910 (jim_thompson5910):

basically when you multiply/divide both sides by a negative number

OpenStudy (anonymous):

why did it get switched in the earlier problem then

jimthompson5910 (jim_thompson5910):

because I divide both sides by -3

jimthompson5910 (jim_thompson5910):

-3x >= 15 x <= -5

OpenStudy (anonymous):

oh okay. is set builder and interval notationthe same?

jimthompson5910 (jim_thompson5910):

no, they describe the same thing though

OpenStudy (anonymous):

then how do i write it for x<= -1/6

jimthompson5910 (jim_thompson5910):

interval notation: (-infinity, -1/6] set-builder notation {x | x<= -1/6} set-builder notation is basically writing the same thing again, but in a much more mathematically fancy way

OpenStudy (anonymous):

so the interval notation is writen in a way that is easier to graph by looking at it?

jimthompson5910 (jim_thompson5910):

thats one way you can think of it

jimthompson5910 (jim_thompson5910):

but some may find set-builder easier

jimthompson5910 (jim_thompson5910):

depends on how you look at it really

OpenStudy (anonymous):

am i just making a simple error or something in this one cause the computer program keeps telling me it is wrong. 11x-14<=5x-15 i got x<=-1/6 but it is saying that is wrong.. i put it in set builder notation {xl<=-1/6}

jimthompson5910 (jim_thompson5910):

you forgot an x

jimthompson5910 (jim_thompson5910):

{xl<=-1/6} should be {xlx<=-1/6}

OpenStudy (anonymous):

and then when i put it in interval notation it would be (-1/6,infinity)?

jimthompson5910 (jim_thompson5910):

(-infinity, -1/6]

OpenStudy (anonymous):

i thought infinity went second when x <= a number

jimthompson5910 (jim_thompson5910):

no if you have x >= something, then it translates to [something, infinity) ------------------------------------------------------- if you have x <= something, then it translates to (-infinity, something]

OpenStudy (anonymous):

does the [ always go with the side the number is on?

jimthompson5910 (jim_thompson5910):

yes, it can't go with negative infinity or positive infinity because you cannot include infinity in the interval

OpenStudy (anonymous):

how do i know when to use a set of ( ) rather than [ )

jimthompson5910 (jim_thompson5910):

Use ( to exclude Use [ to include

OpenStudy (anonymous):

but if i have x>8 how does that tell em if i need ot include or exclude?

jimthompson5910 (jim_thompson5910):

so for example (8, infinity) means exclude 8 and include everything larger than 8 [8, infinity) means include 8 and include everything larger than 8

jimthompson5910 (jim_thompson5910):

therefore, x > 8 means (8, infinity)

OpenStudy (anonymous):

but how because i dont see a difference in x>8 from any other problem like as far as knowing if it is ( ) or with a braket

jimthompson5910 (jim_thompson5910):

> means strictly greater than

jimthompson5910 (jim_thompson5910):

so we are NOT including 8

OpenStudy (anonymous):

oh my goodness i was making that a lot harder than it is

jimthompson5910 (jim_thompson5910):

that's ok, it's making sense now right?

OpenStudy (anonymous):

yes! thankyou so much!

jimthompson5910 (jim_thompson5910):

you're welcome

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!