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.
Olivier
Two point masses m and M are separated by a distance d. If the distance between the masses is increased to 3d?
how does the gravitational force between them change?
1 AnswerPhysics6 years agousing partial fractions find integral [-2 to 2] 1/(16-x^2)?
1 AnswerMathematics6 years agof(x) =(x +1)/(x - 1) find f'(x) for x cannot equal 1?
2 AnswersMathematics6 years agolim x approaches negative infinity cosx/sqrt(x)?
2 AnswersMathematics6 years agoX-rays with an initial wavelength of 0.105 nm undergo Compton Scattering from an aluminium target.?
Find the largest wavelength found in the scattered X-rays
1 AnswerPhysics6 years agoConsider the following code:?
String[] myArray = {"Bob", "Marl", "Rob", "Dylan","Bill", "Ev", "Joni", "Mit"};
String[][] myOtherArray = new String[2][4];
int index = 0;
for (int i = 0; i < 2; i++) {
for (int j = 0; j < 3; j++) {
myOtherArray[i][j] = myArray[index];
index++; }
}
After this code is executed what would the expression myOtherArray[1][1] evaluate to?
3 AnswersProgramming & Design6 years agoString myString ="COMP115 rocks!"; String aSubString = myString.substring(3,8); String bSubString = aSubString.substring(1,3);?
What value will the variable bSubstring contain after executing this code?
why is the answer 11
1 AnswerProgramming & Design6 years agoString myString ="COMP115 rocks!"; String aSubString = myString.substring(3,8); String bSubString = aSubString.substring(1,3);?
What value will the variable bSubstring contain after executing this code?
2 AnswersProgramming & Design6 years agoEvaluate the integral[0 to1] xlog(x + 3) dx?
2 AnswersMathematics6 years agoFind the derivative of the function given by x → sinhx = (e^x − e^−x)/2 .?
Show that the derivative is everywhere (strictly) positive. Infer that sinh is injective. What is the range of this function?
1 AnswerMathematics6 years ago