Surds comparison

This commit is contained in:
ieshaan12
2020-10-17 17:24:23 +05:30
parent a4fdc4ce99
commit 7bbfec529f
2 changed files with 16 additions and 0 deletions

View File

@@ -81,3 +81,4 @@ problem, solution = mathgen.genById(0)
| 47 | Cube Root | cuberoot of 711 upto 2 decimal places is: | 8.93 | CubeRoot |
| 48 | Power Rule Integration | 3x^1 | (3/1)x^2 + c | powerRuleIntegration |
| 49 | Fourth Angle of Quadrilateral | Fourth angle of quadrilateral with angles 94 , 101, 102 = | 63 | fourthAngleOfQuadrilateral |
| 50 | Surd Comparison | 25^(1/3) _ 37^(1/2) | < | surdsComparisonGen |