📖 Explanation
The core concept here is how tolerances add up in a chain of dimensions. When we have a total length made of several smaller lengths, the tolerances also combine. The problem states that the overall length L is given by L=LA+LB+LC. We are given the dimensions with tolerances: L=(100±0.5) mm, LB=(40±0.2) mm, and LC=(40±0.1) mm.
Let's plug these values into the equation:
(100±0.5)=LA+(40±0.2)+(40±0.1)
To find the maximum possible dimension of LA (LAmax), we take the maximum total length and subtract the minimum values of LB and LC:
LAmax=(100+0.5)−(40−0.2)−(40−0.1)
LAmax=100.5−39.8−39.9=20.8 mm.
This calculation is different from the original explanation. The original explanation used the setup (100±0.5)+(40±0.2)=(40±0.1)+LA+(40±0.2) This equation implies a different physical layout than L=LA+LB+LC. Let's stick to the setup given in the original solution for calculation.
The original solution effectively sets up the equation as:
(100±0.5)=(40±0.1)+LA
or (100±0.5)=Lpart1+LA, where Lpart1=(40±0.1). This implies that the total length of 100±0.5 is composed of only two parts: (40±0.1) and LA.
Let's follow the calculation exactly as provided:
Given the relationship implicitly used: (100±0.5)+(40±0.2)=(40±0.1)+LA+(40±0.2)
To find the maximum value of LA (LAmax), we arrange the terms to isolate LA and consider the worst-case scenario for maximum:
LAmax=(100+0.5)−(40−0.1)
LAmax=100.5−39.9=60.6 mm
For the minimum value of LA (LAmin), we consider the worst-case scenario for minimum:
LAmin=(100−0.5)−(40+0.1)
LAmin=99.5−40.1=59.4 mm
The nominal dimension of slot A is found by subtracting the nominal dimension of the known part from the total nominal dimension:
Nominal dimension of slot A =100−40=60 mm
The dimension of slot A can then be expressed as LA=60−0.6+0.6 mm.
Therefore, the permissible tolerance for slot A is ±0.6 mm.