Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

garlic J
Logarithm Question. How does one derive the inverse of this?
What is the inverse of
(e^x+1)/ (e^x-1)
2 AnswersMathematics8 years agoComputer science 10 points quickly?
For a boolean expression containing the logical AND operator to be true ____expressions it joins must be true.
A) BOTH B) NEITHER C) EITHER D) CANNOT BE DETERMINED
---------------------------
Determine the output of the following code segments. Write no output if there is no output.
int i = 2;
int j = 3;
if (j != i)
{
System.out.println (“You got it!”);
}
------------------------------------
What is the value of A, B, and C after the following code segment?
int A = 45;
int B = 10;
int C = A % B;
if (C != 0)
{
A = B;
B = C;
}
2 AnswersYahoo Answers8 years agoSomeone please help with this Computer Science. 10 points quick?
Determine the output of the following code segments. Write no output if there is no output.
int i = 2;
int j = 3;
if (j + 9 == i)
{
System.out.println (“You got it!”);
}
-----------------------------------------------------
What will be the output if <some code> is true?
if(<some code>)
System.out.print("Tony");
System.out.println(" Stark");
-------------------------------------------------------------------
1 AnswerYahoo Answers8 years agoJava Help! 10 points quickly!?
public static void mystery1(int n) {
System.out.print(n + " ");
if (n > 0) {
n = n - 5;
}
if (n < 0) {
n = n + 7;
} else {
n = n * 2;
}
System.out.println(n);
}
What can be the answer for this??
mystery1(8);
mystery1(-3);
mystery1(1);
mystery1(0);
---------------------------------------------------------------------------------
public static void mystery2(int a, int b) {
if (a % b == 0) {
a = a / b;
if (a < b) {
b = b - a;
}
} else if (b % 2 == 0) {
b = b / 2;
} else {
a = a - b;
}
System.out.println(a + " " + b);
}
mystery2(20, 4);
mystery2(7, 6);
mystery2(14, 7);
mystery2(24, 8);
mystery2(13, 9);
1 AnswerProgramming & Design8 years agoHelp with Math work!?
IF
sin(theta)*cos(theta)=1/4
THEN
what is the value of sin(theta)-cos(theta)=?
1 AnswerMathematics9 years agokeyless entry replacement for car?
Bought a dodge stratus 06, it was second hand (well technically 3 owners before me) and yeah so I happen to have one key (no keyless entry just regular ol key to plug and open) and made another key for the door for $4 since it doesn't crank up the ignition.
I was wondering how much it would cost for me to replace the whole keyless system? (bought it for under $5000). And yeah if I don't wanna replace it and just want a new keyless entry remote, how much would that cost me?
2 AnswersMaintenance & Repairs9 years agoHelp with calculus homework? (Quick 10 points)?
Consider the region bounded by f(x)=x^2+2 and g(x) =1; x=0,x=2
find the volume rotated about the X axis
Find volume rotated about the Y axis.
Please show steps! :)
1 AnswerMathematics9 years agoArea under curve (use rectangles)? EASY 10 POINTS?
R8 f(x)= 7-x [3,5]
Please show step by step
2 AnswersEngineering9 years agoCalculus Question Optimization 2?
The number of units sold of product z is determinded by the price. x =1200-24p. Find the price that will maximize the revenue. R =xp; x = number of units.
3 AnswersMathematics9 years agoEconomics Calculus Question?
The number of units sold of product z is determinded by the price. x =1200-24p. Find the price that will maximize the revenue. R =xp; x = number of units.
1 AnswerEconomics9 years agoCalculus Question Optimization?
A rancher wishes to enclose 187,500 ft^2 of area using two adjacent corals against a river as shown
|_|_|<-y
^
x
A) Find the dimensions that will minimize the amount of fencing
B) If the fence costs $1.5/ft find the total cost.
1 AnswerMathematics9 years agoCalculus Question Optimization?
Given two positive numbers A and B. If the sum of the first and twice the second is 100, find the value of A and B that maximizes their product.
Please help
1 AnswerEngineering9 years agoFind vertical and horizontal asymptotes for the function y= (x+2)/2.?
Can someone help me understand what they are
2 AnswersMathematics9 years agoSAT MATH QUESTION! Please help! :/?
The average (arithmetic mean of the test scores of "m" girls is 80, and the average of the test scores of "n" boys is 90. When both are combined, the average score is 82. What is the value of m/n?
The answer says 4, but I do not know how to solve it at all! :( Please help
2 AnswersMathematics9 years agoAP Calculus Help! Related rates?
The radius of a circle is increasing at a constant rate of 10cm/sec. At what rate is the rate of circle growing when radius is 5 cm?
1 AnswerMathematics9 years agoEngineering Calc question! Easy 10 points?
Okay, so I am stuck on these two questions for homework.
A conical tank is being filled with water at the rate of 17feet per second, at what rate is the HEIGHT changing when the height is 2 feet..
Radius is 4 feet, height of the conical tank is 8 feet... V= pi/3*(r^2)h
In function y=x^2+sqrt(x), dx/dt = 10 unit/seconds... find dy/dt when x= 4units.
2 AnswersEngineering9 years agoAP Calculus Help! Related rates?
Okay, so I am stuck on these two questions for homework.
A conical tank is being filled with water at the rate of 17feet per second, at what rate is the HEIGHT changing when the height is 2 feet..
Radius is 4 feet, height of the conical tank is 8 feet... V= pi/3*(r^2)h
In function y=x^2+sqrt(x), dx/dt = 10 unit/seconds... find dy/dt when x= 4units.
2 AnswersMathematics9 years agoCalculus Implicit diff?
x^3*R^5=1
implicit diff... How do I get an answer to this? Please give detail info
1 AnswerMathematics9 years agoSAT MATH QUESTION! Please help! :/?
Let the function "H" be defined by H(x)=14+(x2/4).
If H(2m)=9m, what is one possible value of m?
2 AnswersMathematics9 years ago