
Determine how many and which lockers will be open at the end of the student’s activities.

Explanation of Solution
First let us consider for 15 lockers and 15 students.
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | |
1 | O | O | O | O | O | O | O | O | O | O | O | O | O | O | O |
2 | O | C | O | C | O | C | O | C | O | C | O | C | O | C | O |
3 | O | C | C | C | O | O | O | C | C | C | O | O | O | C | C |
4 | O | C | C | O | O | O | O | O | C | C | O | C | O | C | C |
5 | O | C | C | O | C | O | O | O | C | O | O | C | O | C | O |
6 | O | C | C | O | C | C | O | O | C | O | O | O | O | C | O |
7 | O | C | C | O | C | C | C | O | C | O | O | O | O | O | O |
8 | O | C | C | O | C | C | C | C | C | O | O | O | O | O | O |
9 | O | C | C | O | C | C | C | C | O | O | O | O | O | O | O |
10 | O | C | C | O | C | C | C | C | O | C | O | O | O | O | O |
11 | O | C | C | O | C | C | C | C | O | C | C | O | O | O | O |
12 | O | C | C | O | C | C | C | C | O | C | C | C | O | O | O |
13 | O | C | C | O | C | C | C | C | O | C | C | C | C | O | O |
14 | O | C | C | O | C | C | C | C | O | C | C | C | C | C | O |
15 | O | C | C | O | C | C | C | C | O | C | C | C | C | C | C |
Let O = Locker Open.
C = Locker Closed.
From the above table, we can make out that there are 3 lockers open at the end of 15th student activity.
For 15 lockers and 15 students, the highest of the perfect squares number is 9 that is 3*3(that is, below number 15, we have 1, 4 (22), and 9 (32) as the perfect square numbers. In that, highest is 9). The square root of the highest of the perfect squares number gives the number of lockers open, that is v9 = 3.
Similarly, for 1000 lockers and students, 961 (31*31=961) is the highest of the perfect squares number. Therefore, v961 = 31, that is 31 lockers are open at the end of 1000th student activity.
So, in an easier way we can say, for a particular student and locker number, the square root of highest of the perfect squares number is the number of lockers that will be open.
All the perfect square numbers (1, 4, 9, 16, 25….till 961) are the lockers that will be open.
Similarly, you can try for the below student and locker numbers:
For, 20 lockers and students, the number of lockers open is 4 (since 16 = 4*4 is the highest of the perfect squares number below 20)
For, 30 lockers and students, the number of lockers open is 5 (since 25 = 5*5 is the highest of the perfect squares number below 30)
Conclusion:
There are 31 lockers open at the end of 1000th student activity. Also, all the perfect square numbers (1, 4, 9, 16, 25.....till 961) are the lockers that will be open.
Want to see more full solutions like this?
Chapter 7 Solutions
Engineering Your Future
- USE MATLAB ONLY provide typed code solve for velocity triangle and dont provide copied answer Turbomachienery . GIven: vx = 185 m/s, flow angle = 60 degrees, (leaving a stator in axial flow) R = 0.5, U = 150 m/s, b2 = -a3, a2 = -b3 Find: velocity triangle , a. magnitude of abs vel leaving rotor (m/s) b. flow absolute angles (a1, a2, a3) 3. flow rel angles (b2, b3) d. specific work done e. use code to draw vel. diagram Use this code for plot % plots Velocity Tri. in Ch4 function plotveltri(al1,al2,al3,b2,b3) S1L = [0 1]; V1x = [0 0]; V1s = [0 1*tand(al3)]; S2L = [2 3]; V2x = [0 0]; V2s = [0 1*tand(al2)]; W2s = [0 1*tand(b2)]; U2x = [3 3]; U2y = [1*tand(b2) 1*tand(al2)]; S3L = [4 5]; V3x = [0 0]; V3r = [0 1*tand(al3)]; W3r = [0 1*tand(b3)]; U3x = [5 5]; U3y = [1*tand(b3) 1*tand(al3)]; plot(S1L,V1x,'k',S1L,V1s,'r',... S2L,V2x,'k',S2L,V2s,'r',S2L,W2s,'b',U2x,U2y,'g',... S3L,V3x,'k',S3L,V3r,'r',S3L,W3r,'b',U3x,U3y,'g',...... 'LineWidth',2,'MarkerSize',10),...…arrow_forwardUSE MATLAB ONLY provide typed code solve for velocity triangle and dont provide copied answer Turbomachienery . GIven: vx = 185 m/s, flow angle = 60 degrees, R = 0.5, U = 150 m/s, b2 = -a3, a2 = -b3 Find: velocity triangle , a. magnitude of abs vel leaving rotor (m/s) b. flow absolute angles (a1, a2, a3) 3. flow rel angles (b2, b3) d. specific work done e. use code to draw vel. diagram Use this code for plot % plots Velocity Tri. in Ch4 function plotveltri(al1,al2,al3,b2,b3) S1L = [0 1]; V1x = [0 0]; V1s = [0 1*tand(al3)]; S2L = [2 3]; V2x = [0 0]; V2s = [0 1*tand(al2)]; W2s = [0 1*tand(b2)]; U2x = [3 3]; U2y = [1*tand(b2) 1*tand(al2)]; S3L = [4 5]; V3x = [0 0]; V3r = [0 1*tand(al3)]; W3r = [0 1*tand(b3)]; U3x = [5 5]; U3y = [1*tand(b3) 1*tand(al3)]; plot(S1L,V1x,'k',S1L,V1s,'r',... S2L,V2x,'k',S2L,V2s,'r',S2L,W2s,'b',U2x,U2y,'g',... S3L,V3x,'k',S3L,V3r,'r',S3L,W3r,'b',U3x,U3y,'g',...... 'LineWidth',2,'MarkerSize',10),... axis([-1 6 -4 4]), ...…arrow_forwardThe answer should equal to 1157. Please sent me the solution. Thank you!arrow_forward
- BONUS: If the volume of the 8cm x 6.5cm x 6cm Block of Aluminum was 312cm3 before machining, find how much material was removed when the fixture below was machined. +2 2.00 cm 6.00 cm 2.50 cm 6.50 cm 1.00 cm 2.50 cm 11.00 cm 8.00 cm 30 CP 9411 FL.4) (m² 1157 Area of triangle = 1/2*B*H Area of circle = лR² Circumference of a circle = 2πR 6.00 cm 6.50 cm 1.50 cm Radius 1.50 cm 1.00 cmarrow_forwardConsider a 5m by 5m wet concret patio with an average water film thickness of .2mm. Now wind at 50 km/h is blowing over the surface. If the air is at 1 atm, 15oC and 35 percent relative humidity, determine how long it will take for the patio to completely dry.arrow_forward70. Compute the number of cubic centimeters of iron required for the cast-iron plate shown. The plate is 3.50 centimeters thick. Round the answer to the nearest cubic centimeter. 50.0 cm 40.0 cm Radius 150° 115.0 cm- 81.0 cmarrow_forward
- Law of Sines Solve the following problems using the Law of Sin 7. Find side x. All dimensions are in inches. -°-67°-37° 81° x Sin A 8.820 X 67°00' 32°00' a sin A b C sin B sin Carrow_forward35. a. Determine B. b. Determine side b. c. Determine side c. 5.330 in.- ZB 73°30'arrow_forwardConsider a 12 cm internal diameter, 14 m long circular duct whose interior surface is wet. The duct is to be dried by forcing dry air at 1 atm and 15 degrees C throught it at an average velocity of 3m/s. The duct passes through a chilled roo, and it remains at an average temp of 15 degrees C at all time. Determine the mass transfer coeeficient in the duct.arrow_forward
- Elements Of ElectromagneticsMechanical EngineeringISBN:9780190698614Author:Sadiku, Matthew N. O.Publisher:Oxford University PressMechanics of Materials (10th Edition)Mechanical EngineeringISBN:9780134319650Author:Russell C. HibbelerPublisher:PEARSONThermodynamics: An Engineering ApproachMechanical EngineeringISBN:9781259822674Author:Yunus A. Cengel Dr., Michael A. BolesPublisher:McGraw-Hill Education
- Control Systems EngineeringMechanical EngineeringISBN:9781118170519Author:Norman S. NisePublisher:WILEYMechanics of Materials (MindTap Course List)Mechanical EngineeringISBN:9781337093347Author:Barry J. Goodno, James M. GerePublisher:Cengage LearningEngineering Mechanics: StaticsMechanical EngineeringISBN:9781118807330Author:James L. Meriam, L. G. Kraige, J. N. BoltonPublisher:WILEY





