469 views
2 2 votes
given       

{  x  =  (a)^-4/3  ,  a>0  }     x   is positive or negative   how to determine

1 Answer

Best answer
2 2 votes
x = (a)^-4/3          ,  a>0

the sign of x is totally dependent on the sign of 'a'    

if 'a' is positive then x is positive  ,    if 'a' is negative then x is negative. here x is positive.
selected by
Position:
Show:

Related questions

2 2 votes
1 1 answer
1.4k
1.4k views
Narasimhan asked Nov 7, 2017
1,434 views
// func() is any constant root functionfor (int i = n; i 0; i = func(i)){ // some O(1) expressions or statements}"In this case, i takes values n, n1/k, (n1/k)1/k = n1/...
0 0 votes
2 2 answers
1.9k
1.9k views
dhruba asked Jun 5, 2023
1,883 views
Binary search is performed on a sorted array of n elements. The search key is not in the array and falls between the elements at positions m and m+1 (where 1 ≤ m < n). Ho...
2 2 votes
2 2 answers
3.2k
3.2k views
Kaushal28 asked Sep 21, 2016
3,189 views
If any grammer is given, how can we tell that the grammar is regular or not? Is that any perticular method?
3 3 votes
2 2 answers
3.2k
3.2k views
learncp asked Oct 19, 2015
3,194 views
What is the best and the most accurate way to check if a given functional dependency is partial on the set of FDs given. Earlier, I used to follow {part of CK - non prime...