SELECT * FROM question_mgmt as q WHERE id=3290 AND status=1 SELECT id,question_no,question,chapter FROM question_mgmt as q WHERE courseId=2 AND subId=8 AND chapterId=101 and ex_no='1' AND status=1 ORDER BY CAST(question_no AS UNSIGNED) CBSE Free NCERT Solution of 11th physics Unit & measurment the length breadth and thickness of a rectangular

Question:

The length, breadth and thickness of a rectangular sheet of metal are 4.234 m, 1.005 m, and 2.01 cm respectively. Give the area and volume of the sheet to correct significant figures.

Answer:

Length of sheet, l = 4.234 m

Breadth of sheet, b = 1.005 m

Thickness of sheet, h = 2.01 cm = 0.0201 m

The given table lists the respective significant figures:

Quantity Number Significant Figure
l 4.234 4
b 1.005 4
h 0.0201 3

 

Hence, area and volume both must have least significant figures i.e., 3.

Surface area of the sheet = 2 (l × b + b × h + h × l)

= 2(4.234 × 1.005 + 1.005 × 0.0201 + 0.0201 × 4.234)

= 2(4.25517 + 0.0202005 + 0.0851034)

= 2 × 4.36 = 8.72 m2

Volume of the sheet = l × b × h

= 4.234 × 1.005 × 0.0201

= 0.0855 m3

This number has only 3 significant figures i.e., 8, 5, and 5.


SELECT ex_no,question,question_no,id,chapter FROM question_mgmt as q WHERE courseId='2' AND subId='8' AND ex_no!=0 AND status=1 and id!=3290 ORDER BY views desc, last_viewed_on desc limit 0,10
SELECT ex_no,question,question_no,id,chapter FROM question_mgmt as q WHERE courseId='2' AND subId='8' AND ex_no!=0 AND status=1 and id!=3290 ORDER BY last_viewed_on desc limit 0,10

Comments

  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


Comment(s) on this Question