aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
Multiple choice

What approximate value come in place of question mark (?) in the following questions ? (79.7 + 89.6 + 99.5 = ?)

  1. 250

  2. 260

  3. 270

  4. 280

  5. 290

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Calculate: 79.7 + 89.6 + 99.5 = 268.8. Approximating to nearest ten: 270. Option C is correct. This is straightforward addition with approximation.

Keep practicing — related questions

  • int values[] = {1,2,3,4,5,6,7,8}; for(int i=0;i< X; ++i) System.out.println(values[i]); Referring to the ab...
  • Given: 3. public class Wind { 4. public static void main(String[] args) { 5. foreach: 6. for(int j=0; j<5; ...
  • Given: 3. import java.io.*; 4. public class ReadingFor { 5. public static void main(String[] args) { 6. Str...
  • Given: 3. import java.util.*; 4. class Business { } 5. class Hotel extends Business { } 6. class Inn extend...
  • Given: 3. class A { } 4. class B extends A { } 5. public class ComingThru { 6. static String s = "-"; 7. pu...
  • What is output to the web page on the second access to the same instance of the following JSP? (Choose one....
  • What is output to the web page on the second access to the same instance of the following JSP? (Choose one....
  • A Vector is declared as follows. What happens if the code tried to add 6 th element to this Vector new vect...

Practice this chapter

  • Simplification and Approximation (647 questions)
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy