

InterviewSolution
Saved Bookmarks
1. |
Cadets are marching in a parade. Therefore are 5 cadets in a row. What is the rule which gives the number of cadets, given the number of rows? (Use n for the number of rows.) |
Answer» Let number of rows be n Number of cadets in one row = 5 Total number of cadets = number of cadets in a row x numbers of rows= 5 |
|