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.

Javier
Consider a data type triple for doing high precision floating point arithmetic?
Consider a data type triple for doing high precision floating point arithmetic you will use a 50-element integer array to store the number you have writtten routines to overload the following operations: +,-,<, and >. YOu have also written an integer constructor. write the header file for this data type.
1 AnswerProgramming & Design8 years agoSolve the differential equation.?
y' = 8x − y , i cannot figure out how to do it since i get dy+y on the left
2 AnswersMathematics9 years agoi need help proving this by induction... help please :D?
prove by induction that n^(3)-n is divisible by 6 for all n>=0
1 AnswerEngineering9 years agoTrace the bank simulation program (one queue) by hand using the following data file.?
Be sure to show the state of the queue and the event list every time a change is made.
15 8
20 3
1 AnswerProgramming & Design9 years agoWrite a recursive function with a string parameter that prints a word backwards using the following algorithm:?
If a word is one letter long, print it. If it is more that one letter long, print the last character and then print the word minus its last character backwards.
2 AnswersProgramming & Design9 years agoWhat is the value of guess (7,2)? What is the value of a guess (a,b) in general ? ?
What is the value of What is the value of guess (7,2)? What is the value of a guess (a,b) in general ?
(7,2)? What is the value of a guess (a,b) in general ?
C++ program
int guess (int x, int y)
{ int answer;
if(y>x)
answer=0;
else
answer =1 + guess (x-y,y);
return answer;
; Thank you
1 AnswerProgramming & Design9 years agoConsider the following language:?
<str>=<let>|<str>y|w<str>|x<str>
<let> =w|x
List all strings of length 3 or less , I don't know how to start
1 AnswerProgramming & Design9 years agoConvert ((a+b)*(c-d))/(e+f) into prefix and postfix notations ?
This is for c++
2 AnswersProgramming & Design9 years agoFind the volume of a solid?
Find the volume of a solid obtained by rotating the region bounded by the given curves y=x^2-5x+8, x=1,x=5, and y=0 about y axis ?
1 AnswerMathematics10 years agowhere is the parking light cable located on a 1988 toyota corolla?
1 AnswerToyota1 decade agohow do you solve this calculus problem?
y = 2 x^2
then
Delta y =___ when x = 1, and,Delta x = 0.4
and
dy = ___when x = 1,and,dx = 0.4.
1 AnswerHomework Help1 decade agoi need help solving math problem?
If
xy = 7 {and} { dy }/{ dt } = 9
then
{dx}/{dt}|{x = 5} = .
.
1 AnswerMathematics1 decade agoi need help solving math problem?
If
xy = 7 {and} { dy }/{ dt } = 9
then
{dx}/{dt}|{x = 5} = .
.
2 AnswersMathematics1 decade agohelp solving another physics prob?
The altitude of a triangle is increasing at a rate of 2 centimeters/minute while the area of the triangle is increasing at a rate of 9 square centimeters/minute. At what rate is the base of the triangle changing when the altitude is 24 centimeters and the area is 60 square centimeters?
1 AnswerPhysics1 decade agohelp solving physics problem.?
A street light is at the top of a 19 ft tall pole. A woman 6 ft tall walks away from the pole with a speed of 5 ft/sec along a straight path. How fast is her shadow lengthening when she is 50 ft from the base of the pole?
1 AnswerPhysics1 decade agohelp solving the derivative?
f(x) = (6 x^2 + 4)^{7} (-6 x^2 + 4)^{11}
f'(x)=
2 AnswersMathematics1 decade ago