An algebra problem by Manish Mayank

Algebra Level 2

If P : Q : R = 6 : 5 : 4 P:Q:R = 6:5:4 and P 2 + Q 2 + R 2 = 192500 P^2+ Q^2+R^2 = 192500 , then find P + Q R 2 \dfrac{P+Q-R}{2}

200 150 175 125

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

6 solutions

Odranreb Blak
Jun 15, 2014

P : Q : R = 6 : 5 : 4 P:Q:R=6:5:4 means that P : 6 = Q : 5 = R : 4 P:6=Q:5=R:4 which can also be written as P 6 = Q 5 = R 4 \frac{P}{6}=\frac{Q}{5}=\frac{R}{4} .

Multiplying by 6 we have that P = 6 5 Q P=\frac{6}{5}Q

Multiplying by 4 we have that R = 4 5 Q R=\frac{4}{5}Q

Substituting these values on the equation we have P 2 + Q 2 + R 2 = 192500 36 25 Q 2 + Q 2 + 16 25 Q 2 = 192500 77 25 Q 2 = 192500 Q 2 = 62500 Q = 250 P^2 + Q^2 + R^2 = 192500 \\ \frac{36}{25} Q^2 + Q^2 + \frac{16}{25} Q^2 = 192500 \\ \frac{77}{25} Q^2 = 192500 \\ Q^2 = 62500 \\ Q = 250

Now we can find that P = 300 P=300 and R = 200 R=200 and therefore ( P + Q R ) / 2 = ( 300 + 250 200 ) / 2 = 175 (P + Q - R)/2 = (300 + 250 - 200)/2 = 175

thats an awesome way!!

Shuhhank Saxena - 6 years, 11 months ago
Shubham Gaikwad
Jun 16, 2014
1
2
3
4
5
6
var p=6,q=5,r=4;
for(var c=1;!(p*p+q*q+r*r==192500);p=c*6;q=c*5,r=c*4) 
{

}
console.log("P="+p+"Q="+q+"R="+r+" (P+Q-R)/2="+(p+q-r)/2);

Java Script.

30 0 2 + 25 0 2 + 20 0 2 = 192 , 500 = > 300^2+250^2+200^2=192,500 => [ ( 300 + 250 ) 200 ] / 2 = 175 [(300+250)-200]/2=175

Manish Mayank
May 22, 2014

Let P = 6n Q = 5n R = 4n Now, (6n)^2 + (5n)^2 + (4n)^2 = 192500

Find "n" and hence P,Q and R

can u get n as a whole number???

Manmeswar Patnaik - 6 years, 12 months ago

This is what I did

Filly Mare - 6 years, 12 months ago

The options are not matching with the correct answer.

Rash Dashingz - 6 years, 11 months ago
Ramiel To-ong
Dec 8, 2015

nice problem

Vinit Béléy
Sep 27, 2014

P : Q : R = 6 : 5 : 4

Let P = 6x ; Q = 5x ; R = 4x

P^2 + Q^2 + R^2 = (6x)^2 + (5x)^2 + (4x)^2 = 36x^2 + 25x^2 + 16x^2 = 77x^2

Now, 77x^2 = 192500 x^2 = 2500 x = 50

Now, (P + Q - R) / 2 = (6x + 5x - 4x)/2 = 7x/2

Substituting x=50

7x/2 = 175

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...