CALCULATOR GRID-INGiven 2 positive integers p and q, define p ∆ q as the final result of the following steps:
Step 1. Square both integers
Step 2. Take the reciprocal of the squares from Step 1.
Step 3. Find the mean of the reciprocals from Step 2.
Step 4. Take the reciprocal of result from Step 3.
Step 5. Take the square root of result in Step 4.
Express the value of 2 ∆ 4 to two decimal places.