Given that a 2 − b 2 = 5 0 1 and a and b are consecutive positive integers where a > b , what is the value of b ?
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.
Why a= b + 1??
Log in to reply
According to the question, a>b that means a is greater than b and a, b are consecutive positive integers.. Like 5 , 6 ; 3 0 , 3 1 ; 5 8 , 5 9 etc..
because a is greater than b, and a and b are consecutive positive integers. that means that their difference is 1.
Why can't the division be in form of 167 & 3, where a=85 & b= 82 ?
a and b are consecutive positive integers, with a > b , so a − b = 1 . Thus
a 2 − b 2 ( a + b ) ( a − b ) ⟹ a + b a − b ⟹ 2 b b = 5 0 1 = 5 0 1 = 5 0 1 = 1 = 5 0 0 = 2 5 0
a^2-B^2=501,so a+B=501(proof at the end),or B+(B+1)=501(The problem mentioned the numbers were consecutive,so a=B+1).Solving,we get B=250(B=B+1=501,B+B=500,2B=500,B=250).PROOF(involves good understanding of multiplication):Let's say a=B+1.So,to get from B^2 to a^2,we add B(there are now B+1(or a)groups of B).Then we switch the terms and add a(there are now B+1 B+1s or a sets of a or a^2).As you see,we added an a and a B to go from b^2 to a^2.Therefore a^2-b^2=a+b.You can actually generalize my proof to any number of consecutive numbers.For that the formula is a^2-b^2(where a=b+n)=b+2(b+1+b+2+b+3....b+(n-1))+a.Try proving it yourself!
Problem Loading...
Note Loading...
Set Loading...
since a > b , a = b + 1
a 2 − b 2 = 5 0 1
substitute:
( b + 1 ) 2 − b 2 = 5 0 1
b 2 + 2 b + 1 − b 2 = 5 0 1
2 b = 5 0 0
b = 2 5 0