All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars    
perplexus dot info

Home > Just Math
Nested Radical Product (Posted on 2025-03-05) Difficulty: 3 of 5
If

a = √(4 - √(5 - a))
b = √(4 + √(5 - b))
c = √(4 - √(5 + c))
d = √(4 + √(5 + d))

Determine the value of the product abcd.

No Solution Yet Submitted by Danish Ahmed Khan    
No Rating

Comments: ( Back to comment list | You must be logged in to post comments.)
Solution computer solution | Comment 2 of 4 |
syms x
eq=x==sqrt(4-sqrt(5-x));
a=vpasolve(eq)
eq=x==sqrt(4+sqrt(5-x));
b=vpasolve(eq)
eq=x==sqrt(4-sqrt(5+x));
c=vpasolve(eq)
eq=x==sqrt(4+sqrt(5+x));
d=vpasolve(eq)
a*b*c*d

>> nestedRadicalProduct
a =
1.4550597321528548939400134829319
b =
2.3709560684852830466809098114235
c =
1.2266515629061599104616873607251
d =
2.5993642377319780301592359336303
ans =
11.0


  Posted by Charlie on 2025-03-05 14:54:56
Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (0)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (7)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On

Chatterbox:
Copyright © 2002 - 2025 by Animus Pactum Consulting. All rights reserved. Privacy Information