answersLogoWhite

0


Best Answer

3/10 1/3 3/8

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Arrange Largest to smallest of 3 over 8 1 over 3 3 over 10?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Arrange the given fractions from smallest to largest 3 divided by 10 1 divided by 9 and 1 divided by 12?

How would i know dude gosh


What is the sum of the smallest and largest prime numbers within 10?

The sum of the smallest and largest prime numbers within 10 is 7.


Which number is written from the largest to the smallest?

10?


What are the smallest and largest whole numbers that round to 70 when rounded to the nearest 10?

70


What is the range of 5 8 10 14 and 11?

Range is the difference between the smallest and largest numbers.The smallest number here is 5.The largest number here 14.The difference is largest - smallest: 14 - 5 = 9The range is 9


Write a program that randomly fills a 10 component array then prints the largest and smallest values in the array?

final double[] ns = new double[10]; final Random rnd = new Random(System.currentTimeMillis()); // Fill... for (int i = 0; i < ns.length; ++i) { ns[i] = rnd.nextDouble(); } // Get largest/smallest... double largest = Double.MIN_VALUE; double smallest = Double.MAX_VALUE; for (double n : ns) { if (n > largest) { largest = n; } if (n < smallest) { smallest = n; } } // largest and smallest are now the proper values.


What is largest and smallest numbers that round off to 10?

They are 14 and 5


What is the greatest whole number and the smallest whole number that round to ten thousand?

Depends on what you are rounding to.... The nearest 10 it would be 9995 for the smallest and 10004 for the largest. The nearest 100 it would be 9950 for the smallest and 10049 for the largest. The nearest 1000 it would be 9500 for the smallest and 10499 for the largest.


What is the sum of the smallest prime and the largest prime less than 10?

9


What is the product of the smallest and the largest prime number between 1 and 10?

14


What is the product of the smallest prime number and the largest prime number below 10?

14


What is the smallest and largest number that rounds off to 20?

It depends on the degree to which numbers are rounded. To the nearest 20, the smallest is 10 and the biggest is just under 30.