The answer to this problem 2.00321, 2.01465, 2.0155, 2.04285.
2006-08-31 14:31:54
·
answer #1
·
answered by LaLaLolita 3
·
0⤊
0⤋
Line the numbers up vertically making sure the decimals are all in a straight line.
2.04285
2.00321
2.01550
2.01465
Then go from left to right and see which number is the highest and lowest.
2.04
2.00
2.01
2.01
So 2.04 will automatically be the highest. And 2.00 will automatically be the lowest. Then compare the 2.01's.
2.015 (higher)
2.014 (lower)
So the order would be 2.00321, 2.01465, 2.0155, 2.04285
2006-08-31 21:34:40
·
answer #2
·
answered by Katt Attack 3
·
0⤊
0⤋
well the order from least to greatest is in this order. 2.00321; 2.01465;2.0155;2.04285
Hope this helps!
2006-08-31 21:35:53
·
answer #3
·
answered by Anonymous
·
0⤊
0⤋
Execute this program in a Python interpreter:
values=[2.04285, 2.00321, 2.0155, 2.01465]
values.sort()
for v in values: print v
Voilà :
2.00321
2.01465
2.0155
2.04285
See? You don't have to know how big a number is when you have a computer to ask.
Now you need to ask yourself why you don't know what numbers are larger than other numbers, and perhaps be somewhat concerned. I recommend practising until it becomes more natural.
2006-08-31 21:35:56
·
answer #4
·
answered by poorcocoboiboi 6
·
0⤊
0⤋
I'm pretty sure it takes you longer to type these out and read the answers than to learn the material and do your homework yourself. However, just in case I'm wrong, 2.00321, 2.01465, 2.0155, 2.04285
2006-08-31 21:33:19
·
answer #5
·
answered by weebat 3
·
0⤊
0⤋
2.00321, 2.01465, 2.0155, 2.04285.
Just need to look at the position of the decimals and numbers.
2006-08-31 21:32:45
·
answer #6
·
answered by Tom 2
·
0⤊
0⤋
After decimal please see three figures, you can see
042,003. 015, 014
Here the the terms in increasing order is
003,014, 015,042
Therefore given terms terms in the increasing order are
2.00321, 2.01465, 2.0155, 2.042
2006-08-31 23:01:36
·
answer #7
·
answered by Amar Soni 7
·
0⤊
0⤋
2.00321, 2.0155, 2.01465, 2.04285
2006-08-31 22:05:46
·
answer #8
·
answered by Paul 2
·
0⤊
0⤋
2.00321, 2.01465, 2.0155, 2.04285
2006-08-31 21:38:14
·
answer #9
·
answered by jeanhack42 4
·
0⤊
0⤋
2.00321, 2.01465, 2.0155, 2.04285
2006-08-31 21:34:47
·
answer #10
·
answered by Anonymous
·
0⤊
0⤋