edited by
450 views
0 votes
0 votes

I find alpha <x+y which gives me x+y<2. But the answer is A. Can someone please help.

 

Consider the statement$:$

$x(\alpha-x)<y(\alpha-y)$ for all $x,y$ with $0<x<y<1.$

The statement is true

  1. if and only if $\alpha\geq 2$
  2. if and only if $\alpha >2$
  3. if and only if $\alpha <-1$
  4. for no values of $\alpha$
edited by

2 Answers

1 votes
1 votes
$x(\alpha-x) < y(\alpha-y)$

$\alpha x-x^2 -\alpha y+y^2<0 $

$\alpha(x-y)-(x-y)(x+y)<0 $

$(x-y)(\alpha-(x+y))<0 $

$x<y \implies \alpha>(x+y)$

$x+y<2 \implies \alpha\geq 2$
edited by
0 votes
0 votes
I took x as 1/4 and y as 1/2 and got α>5/4,so option a is correct.

Related questions

462
views
0 answers
0 votes
Anwesha Kashyap asked May 11, 2018
462 views
Consider a simple code in which each codeword consists of $2$ data bits $[d1, d0]$ and $3$ check bits $[c2, c1, c0]$.The check bits are computed as follows:$c2 = d1 \oplu...
495
views
1 answers
0 votes
shivanisrivarshini asked Mar 20, 2018
495 views
The left-to-right post-order traversal of a tree $T$ yields the following sequence of nodes:$$\text{D K E F B G L M H I J C A.}$$For each node of $T$, the deg...
1.2k
views
0 answers
1 votes
shivanisrivarshini asked Mar 20, 2018
1,204 views
Consider the following relational schema:$\text{DOCTOR}(\textit{DoctorName}, \textbf{RegistrationNumber}$)$\text{PATIENT}(\textbf{PatientID}, \textit{PatientName})$$\text...
467
views
0 answers
0 votes
shivanisrivarshini asked Mar 20, 2018
467 views
Consider the Boolean function $F(x_1,x_2,......,x_{10})$ realised by the following combinational circuit.$\text{Determine the number of input combinations for which the o...