For interest, I’ll do this without extracting the real root. Mike’s method is the quickest (but he made
some slips). This way might be used if you can’t extract easily.
â p³/(q⁴+r⁴) = { â p³(q⁴+p⁴)(r⁴+p⁴) } / ((q⁴+r⁴)(r⁴+p⁴)(p⁴+q⁴) }
â p³(q⁴+p⁴)(r⁴+p⁴) = â { p³q⁴r⁴ + p⁷(q⁴+r⁴+p⁴) }
Derivation of various sums used is given at the end
â p³q⁴r⁴ = (pqr)³âqr = 6³*5 = 1080
â p⁷(p⁴+q⁴+r⁴) = âp⁷ * âp⁴ = 2174*82
â´ â p³(q⁴+p⁴)(r⁴+p⁴) = 179348
(q⁴+r⁴)(r⁴+p⁴)(p⁴+q⁴) = (82âp⁴)(82âq⁴)(82âr⁴)
= 82³ â 82²*âp⁴ + 82*âp⁴q⁴ â (pqr)⁴ = 82*97 â 6⁴ = 6658
â´ â p³/(q⁴+r⁴) = 179348 / 6658 = 89674/3329
………………………………………
p³ = 4p² â 5p + 6 = 0 … (i)
âp=4, âpq=5, pqr=6, âp² = (âp)²â2âpq = 6
Let S(n) = âpⁿ
Then multiply (i) by pⁿ and sum to get for nâ¥0 : S(n+3) = 4S(n+2)â5S(n+1)+6S(n)
Applying repeatedly using S(1)=5, S(2)=6 gives the results
S(3)=22, S(4)=82, S(5)=254, S(6)=738, S(7)=2174, S(8)=6530
Also 2â p⁴q⁴ = (âp⁴)² â â p⁸ â â p⁴q⁴ = ½(82²â6530) = 97
………………………………………
edit : A more elegant way to do this is to develop the cubic equation (in y) whose roots correspond to the three given values involved in the sum. Here this involves eliminating x from the equations
x³â4x²+5xâ6=0 and y=x³/(82âx⁴)
This comes to â3329y³ + 89674y² + 5639y + 108 = 0
More than you requested but does lead to an interesting general approach for problems of this type.
………………………………………