06/24/19

Plot 4 points (n,S) that satisfy the equation.

The sum S of the exterior angle measures of a polygon with n sides is S=360°.

Find the limit (if it exists). lim x→0− x+8/cot x

I am confused as to how to find the limit for this questions as x approaches ) from the left. The cot portion is throwing me off a bit. Any help would be great! Cheers :)math
C

06/23/19

Check that triangle is right?

I'm trying to check if a triangle is a right triangle in C language. `a`, `b` and `c` are lengths of sides of some triangle. int is_right_triangle(int a, int b, int c) { return (a * a + b... more

06/23/19

The Standard Normal Distribution

Assume that the readings at freezing on a batch of thermometers are normally distributed with a mean of 0°C and a standard deviation of 1.00°C. A single thermometer is randomly selected and tested.... more

06/23/19

Algebra ll / 10th grade

x2+2x

Use a ​half-number identity to find an exact value for the​ function, given the information about x.

sin x/2 , given sin x = -3/5 , with 3π/2 < x < 2πa. -√30 /10b. √10 /10c. √5 /5d. -√5 /5
C

06/23/19

What is ultimately a time_t typedef to?

I searched in linux box and saw it being typedef to typedef __time_t time_t;But could not find the __time\\_t definition.
Dos

06/23/19

Dos Batches: write to files without a line ending?

I have a situation while writing a dos batchs script. A tool I am using to calculate CRC (checksum) of a text string requires the text to be in a file. The data I am trying to get the CRC for is... more
Dos

06/22/19

DOS Batch script to convert string 2 hex?

How can I convert sring to hex in DOS Batch script?For example, convert "abcd" to "61626364".Since, 'a' is 0x61...I tried to find a solution from web, a day, but could not find my answer.

06/22/19

Give your answers as decimals, to three places

Out of 600 people sampled, 306 had kids. Based on this, construct a 95% confidence interval for the true population proportion of people with kids.

06/22/19

Luis has $75,jim has $18,and marie has $12 more than luis and jim together.find the total amount of money the three have together

mary has $34, jane has $15, and helen has $27 more than mary and jane together.find the total amount of money the three girls have together

06/22/19

I’m not sure how to solve this linear application

The sum of two integers is -61. One integer is 35 more than the other. Find the integers
C

06/22/19

How can one print a size_t variable portably using the printf family?

I have a variable of type `size_t`, and I want to print it using `printf()`. What format specifier do I use to print it portably? In 32-bit machine, `%u` seems right. I compiled with `g++ -g -W... more

What's the difference between a method and a function?

Can someone provide a simple explanation of methods vs. functions in OOP context?

Exactly what is the difference between a "closure" and a "block"?

I've found that lots of people use the words *closure* and *block* interchangeably. Most of these people can't explain what they're talking about. I'm looking for a precise, computer science... more

06/22/19

Check severeal boolean returns in same time?

I have several bool elements and I am checking it if returns me false. bool i = false; switch (idcount) { case 1: i = p1(); break; case 2: i = p1() & p2(); break; case 3: i = p1() &... more

06/22/19

Check severeal boolean returns in same time?

I have several bool elements and I am checking it if returns me false. bool i = false; switch (idcount) { case 1: i = p1(); break; case 2: i = p1() & p2(); break; case 3: i = p1() &... more

Integral Calculus HELP

Approximate the value of the given integral by use of the trapezoidal​ rule, using the given value of n.Integral from 2 to 3 6/7x dx n = 2

06/21/19

Can we implement a doubly-linked list using a single pointer?

I want to use a structure like: struct node { char[10] tag; struct node *next; }; I want to use the above structure to create a doubly-linked list. Is that possible and if yes, then how I can... more

The height y (in feet) of a ball thrown by a child is y=−112x^2+6x+3

The height y (in feet) of a ball thrown by a child is y=−112x^2+6x+3where x is the horizontal distance in feet from the point at which the ball is thrown.(a) How high is the ball when it leaves the... more

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.