document.write( "Question 1209806: Suppose x⁵y¹⁷=r and x²y⁷=s,
\n" );
document.write( "If x=r^a/s^b and y=s^c/r^d,
\n" );
document.write( "find a + b + c + d \n" );
document.write( "
Algebra.Com's Answer #850625 by CPhill(1959)![]() ![]() You can put this solution on YOUR website! Let's solve this problem step-by-step.\r \n" ); document.write( "\n" ); document.write( "**1. Express x and y in terms of r and s**\r \n" ); document.write( "\n" ); document.write( "Given: \n" ); document.write( "* x⁵y¹⁷ = r ...(1) \n" ); document.write( "* x²y⁷ = s ...(2)\r \n" ); document.write( "\n" ); document.write( "We want to find x and y in the form: \n" ); document.write( "* x = r^a / s^b \n" ); document.write( "* y = s^c / r^d\r \n" ); document.write( "\n" ); document.write( "**2. Solve for x and y**\r \n" ); document.write( "\n" ); document.write( "We need to eliminate one of the variables to express the other in terms of r and s.\r \n" ); document.write( "\n" ); document.write( "* **Eliminate y:** \n" ); document.write( " * Raise equation (2) to the power of 17: (x²y⁷)¹⁷ = s¹⁷ => x³⁴y¹¹⁹ = s¹⁷ \n" ); document.write( " * Raise equation (1) to the power of 7: (x⁵y¹⁷)⁷ = r⁷ => x³⁵y¹¹⁹ = r⁷ \n" ); document.write( " * Divide the second equation by the first: (x³⁵y¹¹⁹) / (x³⁴y¹¹⁹) = r⁷ / s¹⁷ \n" ); document.write( " * x = r⁷ / s¹⁷\r \n" ); document.write( "\n" ); document.write( "* **Eliminate x:** \n" ); document.write( " * Raise equation (2) to the power of 5: (x²y⁷)⁵ = s⁵ => x¹⁰y³⁵ = s⁵ \n" ); document.write( " * Raise equation (1) to the power of 2: (x⁵y¹⁷)² = r² => x¹⁰y³⁴ = r² \n" ); document.write( " * Divide the first equation by the second: (x¹⁰y³⁵) / (x¹⁰y³⁴) = s⁵ / r² \n" ); document.write( " * y = s⁵ / r²\r \n" ); document.write( "\n" ); document.write( "**3. Compare with the Given Forms**\r \n" ); document.write( "\n" ); document.write( "We have: \n" ); document.write( "* x = r⁷ / s¹⁷ = r⁷s⁻¹⁷ \n" ); document.write( "* y = s⁵ / r² = s⁵r⁻²\r \n" ); document.write( "\n" ); document.write( "Comparing with the given forms: \n" ); document.write( "* x = r^a / s^b = r^a s^-b \n" ); document.write( "* y = s^c / r^d = s^c r^-d\r \n" ); document.write( "\n" ); document.write( "We can see: \n" ); document.write( "* a = 7 \n" ); document.write( "* b = 17 \n" ); document.write( "* c = 5 \n" ); document.write( "* d = 2\r \n" ); document.write( "\n" ); document.write( "**4. Calculate a + b + c + d**\r \n" ); document.write( "\n" ); document.write( "* a + b + c + d = 7 + 17 + 5 + 2 = 31\r \n" ); document.write( "\n" ); document.write( "**Therefore, a + b + c + d = 31** \n" ); document.write( " \n" ); document.write( " |