09/29/19

Suppose the distance between x and 6 is exactly 9.

Then x=(answer here) If there is more than one correct answer, enter your answers as a comma separated list(b) Enter an absolute value equation that describes this situation. Enter absolute value... more
C++

09/29/19

How to determine CPU and memory consumption from inside a process?

I once had the task of determining the following performance parameters from inside a running application: - Total virtual memory available - Virtual memory currently used - Virtual memory... more

09/29/19

I need help with math asap

What what are the four terms of the sequence defined recursively as: f(1)=4. F(x)=2f(n-1)+2

09/29/19

Logarithm functions

1.Find the inverse of A(t) = 500(1/2)t/2722.What does the input variable of the inverse function represent?3.What does the output variable of the new function represent? 4.If 100 grams of cobalt-57... more

Using ASP Classic, write a function to convert Hexadecimal to ASCII format

Using ASP Classic, write a function to convert Hexadecimal to ASCII format. Example input: '3132', example output: '12'Example input: '313030', example output: '100'
C++

09/28/19

Is it possible to write a template to check for a function's existence?

Is it possible to write a template that changes behavior depending on if a certain member function is defined on a class? Here's a simple example of what I would want to write: ... more

09/28/19

Please help Parallel line show me how to work it out

parallel to the line 5x-y=-2, containing the point (1,1)

09/28/19

C# Interactive GUI Form Help

Write a GUI program named EggsInteractiveGUI that allows a user to input the number of eggs produced in a month by each of five chickens. Sum the eggs, then display the total in dozens and eggs.... more

how do I find the total cost of four years’ worthof tuition after the tenth year (11thto 14thyear).

#include <iostream>#include <iomanip>using namespace std;int main(){ double initialTuition = 10000; double theRate = 0.05; double startOfFourYearTuition = initialTuition; ... more
C++

09/28/19

How to concatenate a std::string and an int?

I thought this would be really simple but it's presenting some difficulties. If I have std::string name = "John"; int age = 21; How do I combine them to get a single string `"John21"`?

09/27/19

find the mean of the following data set. round answer to one decimal place

class Frequency0-15 516-31 1532-47 648-63 1264-79 10
C++

09/27/19

Why should I use a pointer rather than the object itself?

I'm coming from a Java background and have started working with objects in C++. But one thing that occurred to me is that people often use pointers to objects rather than the objects themselves,... more

09/27/19

Compare 0.1 and 0.111..., 0.13 and 0.131313... And 0.157 and 0.157157157... When written as fractions. Make a conjecture about expressing repeating decimals like these as fractions

Compare 0.1 and 0.111..., 0.13 and 0.131313... And 0.157 and 0.157157157... When written as fractions. Make a conjecture about expressing repeating decimals like these as fractions

09/27/19

College Algebra question ASAP help

In the lab, Keiko has two solutions that contain alcohol and is mixing them with each other. She uses 100 milliliters less of Solution A than Solution B. Solution A is 16% alcohol and Solution B... more

09/27/19

Question on binary number. The input is n binary number in n different rows, find the unrepeated binary row.

Question on binary number. The input is n binary number in n different rows, find the unrepeated binary row.write java programe

09/27/19

Math word problem

An archer releases an arrow with an initial velocity of 24 feet per second at a height of 16 feet. The path the arrow takes can be modeled using the function f(x)=−16x2+24x+16,... more

09/27/19

I have a College Algebra question I need help answering ASAP :))

Sam's Coffee Shop makes a blend that is a mixture of two types of coffee. Type A coffee costs Sam 4.10 per pound, and type B coffee costs 5.20 per pound. This month's blend used four times as many... more

09/26/19

I need help URGENTLY

A triangle has an area of 50 meters squared. The base is 7 less than 2 times the height. What is the height and the base of the triangle.

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.