answersLogoWhite

0


Best Answer

0.546 rounded to the nearest hundredth is 0.55

User Avatar

Wiki User

7y ago
This answer is:
User Avatar
More answers
User Avatar

damaris felix

Lvl 2
2y ago

Hundredth

This answer is:
User Avatar

User Avatar

Anonymous

Lvl 1
3y ago

.55

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the name of the place value to which 0.55 was rounded from 0.546?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Basic Math

Name two different numbers that round to 9.2 when rounded to the nearest tenth?

9.2


What is 56847 rounded off to the nearest 100?

man what your name is the good thing was a Little thing is has a good animals


How to display listbox selected value in a texbox?

Here's the code: <head> <title>List Box Value in Text Box</title> <script type="text/javascript" language="javascript"> function getValue(string) { document.getElementById("text").value = string; } </script> </head> <body> <form name="form1"> <h2>Get Selected Value</h2> <select name="select" size="5" onclick="getValue(this.value)"> <option value="apple">Apple</option> <option value="tangerines">Tangerines</option> <option value="banana">Banana</option> <option value="grapes">Grapes</option> </select> <input type="text" id="text" name="text" /> </form> </body> </html>


Write a program for calculator using jsp?

<html> <head> <title>Using Multiple Forms</title> </head> <body> <h1>Using Multiple Forms</h1> <% if(request.getParameter("button") != null) { %> <% String s = request.getParameter("button"); int no1,no2; if(request.getParameter("no1").equals("")) { no1 = 0; } else no1 = Integer.valueOf(request.getParameter("no1")); if(request.getParameter("no2").equals("")) { no2 = 0; } else no2 = Integer.valueOf(request.getParameter("no2")); if (s.equals("ADD")) { out.println("Result is " + (no1 + no2)); } else if (s.equals("SUB")) { out.println("Result is " + (no1-no2)); } else if(s.equals("MUL")) { out.println("Result is " + (no1*no2)); } else if(s.equals("DIV")) { out.println("Result is " + (no1/no2)); } %> <% } %> <form name="form1" method="get"> <input name="no1"> <input name="no2"> <input type="hidden" name="button" value="ADD"> <input type="submit" value="ADD"> </form> <form name="form2" method="get"> <input name="no1"> <input name="no2"> <input type="hidden" name="button" value="SUB"> <input type="submit" value="SUB"> </form> <form name="form3" method="get"> <input name="no1"> <input name="no2"> <input type="hidden" name="button" value="MUL"> <input type="submit" value="MUL"> </form> <form name="form4" method="get"> <input name="no1"> <input name="no2"> <input type="hidden" name="button" value="DIV"> <input type="submit" value="DIV"> </form> </body> </html> Raj...


What is 637 rounded to the nearest hundred?

600