Multiplication never gives the same result as addition. Or does it?
If a , b , and c are non-negative integers, b and c are relatively prime, and a + c b = a × c b , then what is b − c ?
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.
What does relatively prime mean?
Log in to reply
Relatively prime means that the integers have no common factors other than 1. Saying that the numerator and denominator of a fraction are 'relatively prime' is another way of saying that the fraction is in reduced terms.
Log in to reply
Oh, that means relatively prime is equivalent to co prime.
x+y=xy is possible only if x and y are equal to 2 ................i know it's pure logic
A couple examples:
3 + 2 3 = 3 × 2 3 = 2 9
7 + 6 7 = 7 × 6 7 = 6 4 9
a + b/c= a*b/c means that a+b/c= b/c+b/c+....+b/c ( a times). just bring one b/c from the right side to the left side and you have : a=(a-1)b/c, now divide both side for ( a-1) and you obtain b=a,c=a-1 so a-(a-1) is equal to 1...my first solution on brilliant..hope you like it
Problem Loading...
Note Loading...
Set Loading...
Let y = c b . Then a + y = a y . Solving this equation for y yields y = a − 1 a . Thus, b = a , c = a − 1 , and b − c = 1 .