Given: p3=q4=r5=s6
To find: logs(pqr)
Since all four expressions are equal, let's call this common value k.
p3=q4
=r5
=s6=k
This gives us a way to express each variable in terms of the same base, making calculations much easier.
From the equations above:
p3=k→p=k1/3
q4=k→q=k1/4
r5=k→r=k1/5
s6=k→s=k1/6
If xn=k, then x=k1/n because (k1/n)n=k.
pqr=k1/3⋅k1/4⋅k1/5
Using the rule am⋅an=am+n:
pqr=k1/3+1/4+1/5
To add these fractions, we need a common denominator. The LCM of 3, 4, and 5 is 60.
31=6020, 41=6015, 51=6012
31+41+51=6020+15+12=6047
Therefore: pqr=k47/60
logs(pqr)=logk1/6(k47/60)
Using the logarithm property logam(bn)=mnloga(b):
logk1/6(k47/60)=1/647/60logk(k)
1/647/60=6047×16=6047×6=1047
Since logk(k)=1:
logs(pqr)=1047×1=1047
logs(pqr)=1047
This method works because we converted everything to the same base k, which allowed us to use logarithm properties effectively. The key insight is recognizing that when multiple expressions are equal, setting them equal to a common variable simplifies the entire problem.