answersLogoWhite

0

Where is root5 on number line?

Updated: 10/26/2022
User Avatar

Wiki User

11y ago

Best Answer

There are two of them. One is very close to -2.236. The other is very close to +2.236.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Where is root5 on number line?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

2-root5 is irrational or rational?

-3


What time what equals 11 but adds up to be -7?

4


What number raised to the fifth power equals 3 125?

5ExponentsWhen a number is followed by an exponent:25nth RootWhen a root is preceded by a raised number:root5(32)Switching from one to the otherroot5(32) can be rewritten as (32)1/5 and vise versa.321/5 is the exact same thing as 25So, since you wanted to know x5=3125The only way to get "x" on its own is to "5th root" both sides of the equation.so:x= root5(3125)x=555=3125You could just plug in "root5(3125)" into a calculator.


What is the c plus plus program to print non Fibonacci numbers?

#include<iostream> #include<iomanip> #include<math.h> // for floor, log and pow bool is_fib(unsigned num) { // Algorithm: num is Fibonacci if 5*num*num+4 or 5*num*num-4 is a perfect square. // Note: // Since 5*num*num could result in a huge number which could easily overflow, // we'll use a modified algorithm that utilises numbers smaller than num. double root5 = std::sqrt(5.0); double phi = (1 + root5) / 2; long idx = (long)floor( log(num*root5) / log(phi) + 0.5 ); long n = (long)floor( pow(phi, idx)/root5 + 0.5); return (n == num); } int main() { // Print non-Fibonacci numbers in range: 0-50 for (unsigned num=0; num<=50; ++num) if (!is_fib(num)) std::cout <<std::setw(6) <<num <<" is not a Fibonacci number" <<std::endl; }


Square root of 3 plus root 5?

root 3 = 1.732 (use your calculator) root 5 = 2.236 root3 + root5 = 3.968 =========================


How a number line and a time line are similar mathematically?

A time line is a number line of years


What is the highest number on the number line?

The number line goes on forever.


Where is 0.625 on a number line?

0.625 on a number line


Can rational number be on a number line?

Yes,a rational number can be on a number line :D


What is the number that corresponds to a certain point on a huber line?

Do you mean a number line?The question you asked contains the answer. Every point on a number line corresponds to a number, and every number has a corresponding point on the number line.


How do you use a number line?

By drawing the number line and label it.


The number of points on a line?

There are an infinite number of points on a line.