Question

Is 14/3 a rational number

Is 14/3 a rational number? I think so... but I'm confused because if you divide 14 by 3 then the decimal part is .66666666666666666666667. Is that considered a repeating decimal? If it is, then it's a rational number. I'm just doubting because of the 7 at the end. THANKS SO MUCH!!! =D
1 0
Add a comment Improve this question Transcribed image text
Answer #1
Ah, not to beat a dead horse here but let's make sure the cart is before that horse. The real point is that 14/3 is a RATIO of whole numbers as Reiny capitalized.
That is what makes it a rational number.
The fact that it is a repeating decimal means that it can be written as a ratio, and therefore is rational.
In other words
If ratio, then rational
If repeating decimal, then ratio
Therefore
If repeating decimal, then rational

I suspect shortly you will be shown how to find the ratio that corresponds to any repeating decimal.
answered by: renee
Add a comment
Answer #2
yes it is a rational number since it can be written as a fraction, or a RATIO.
Add a comment
Answer #3
nothing to be confused about.
Your calculator has a build-in function which rounds off the last decimal it can display, that's why it shows up as a 7

When you do a long division, the way it was taught to you in earlier grades, the 6 will keep on repeating forever.
answered by: shipra
Add a comment
Answer #4
thank you so muchhhhhhhh. =]
answered by: gf
Add a comment
Answer #5
So is it a national number or what?
answered by: R S Telagathoty Edlapadu
Add a comment
Answer #6
I meant rational, so sorry.
answered by: Stphstvn
Add a comment
Know the answer?
Add Answer to:
Is 14/3 a rational number
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Question 4 of the image Prove that, for all n 1 1 Arrange the following rational numbers in increasing order: (i) x, is...

    Question 4 of the image Prove that, for all n 1 1 Arrange the following rational numbers in increasing order: (i) x, is a rational number 61/99, 3/5, 17/30, 601/999, 599/1001. g 0 2 Find positive integers r and s such that r/s is equal to the repeating decimal (ii) 2 x5/2. Find an expression for x - 5 involving x,-5, and hence explain (without formal proof) why x, tends to a limit which is not a rational number 0.30024....

  • C++ and/or using Xcode... Define a class of rational numbers. A rational number is a number...

    C++ and/or using Xcode... Define a class of rational numbers. A rational number is a number that can be represented as the quotient of two integers. For example, 1/2, 3/4, 64/2, and so forth are all rational numbers. (By 1/2, etc., we mean the everyday meaning of the fraction, not the integer division this expression could produce in a C++ program). Represent rational numbers as two values of type int, one for the numerator and one for the denominator. Call...

  • hi everyone so i think the question i'm really stuck is actually number 12 and 14...

    hi everyone so i think the question i'm really stuck is actually number 12 and 14 i really don't know what to write or how do i respond. 12 What is wrong with the statement, "Evolution is e said this to you? ution is just a theory"? How would you respond if someone said this 13 Explain how evolution is nonprogressive. 14 What is wrong with the statement, it What is wrong with the statement. "If humans evolved from apes,...

  • Please use Java language. Thanks in advance. HOME WORK due 09. 18.2019 (Rational Numbers) Create a...

    Please use Java language. Thanks in advance. HOME WORK due 09. 18.2019 (Rational Numbers) Create a class called Rational for performing arithmetic with fractions. Write a program to test your class. Use integer variables to represent the private instance variables of the class- the numerator and the denominator. Provide a constructor that enables an object of this class to be initialized when it's declared. The constructor should store the fraction in reduced form. The fraction 2/4 is equivalent to 2...

  • Question: In Real Life: Paraphrasing on the Job Transcript Activity [ Silence ] >> Jill: Oh, hey, I'm having the...

    Question: In Real Life: Paraphrasing on the Job Transcript Activity [ Silence ] >> Jill: Oh, hey, I'm having the strangest feeling about our boss lately. >> Mark: What's that? >> Jill: Well I'm beginning to think maybe this thing about women, or maybe it's just about me. >> Mark: You think he's coming onto to you. >> Jill: Oh, no not at all. But it seems like he doesn't take women, or me seriously. >> Mark: What do you...

  • I need help figuring out what kinds of collisions we did in lab and what they...

    I need help figuring out what kinds of collisions we did in lab and what they should hypothetically be. All parts use 2 Vernier Encoder Standard Cart, unless stated otherwise. Cart I is always pushed towards Cart II's specified surface of collision and motion sensor is used to record on both sides. "Classify each collision as elastic, inelastic, perfectly inelastic, or explosive." Part I - Cart I: VES cart. Cart II: Vernier Dynamics Cart with plunger. The no velcro/magnetic end...

  • This is a C++ Program!!! Define a class called Rational that would represent rational numbers. Write...

    This is a C++ Program!!! Define a class called Rational that would represent rational numbers. Write a constructor that would accept two integers and initialize the numerator and denominator of the object to their values. Also include a default constructor that would initialize the numerator to 0 and denominator to 1. Implement the member functions add, sub, mul, div, less, and equal to carry out the operations +, -, *, /, <, and == (i.e., a + b would be...

  • Absolute value is always... 1. Positive 2. Non-negative Every fraction is a rational number. True or...

    Absolute value is always... 1. Positive 2. Non-negative Every fraction is a rational number. True or False? The sum of 2/3 and 5/7 is 7/10. True or False? The quotient of two fractions cannot be a whole number True or False? The set of whole numbers is a subset of the set of rational numbers. True or False? Which of these fractions is between 7/13 and 14/19 ? 1. a. 6/17 2. b. 9/16 3. c. 1/2 4. d. None...

  • C++ A rational number is of the form a/b, where a and b are integers, and...

    C++ A rational number is of the form a/b, where a and b are integers, and b is not equal 0. Develop and test a class for processing rational numbers.Pointers aren't needed and it should be able to handle all of these examples and more. Its supposed to accept a rational number dynamically in the form of "a/b" and tell you the result. Details: Your program should have 3 files: a driver file to test the operations, a header file...

  • 13.21 Lab: Rational class This question has been asked here before, but every answer I have...

    13.21 Lab: Rational class This question has been asked here before, but every answer I have tested did not work, and I don't understand why, so I'm not able to understand how to do it correctly. I need to build the Rational.cpp file that will work with the main.cpp and Rational.h files as they are written. Rational Numbers It may come as a bit of a surprise when the C++ floating-point types (float, double), fail to capture a particular value...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT