10/04/24

algebra 1 word problem

isaac can join a gym for $20 per month, plus a one time fee of $12, or he can join gym b where he would pay $22 per month with no extra fee. A) write an expression to figure out how much isaac... more

10/02/24

Write an equation for a line that is even steeper than y =2x

Steeper than y =2x

Reading multiple XML tags with identical field tag titles

Brand new at trying to program XML. I am trying to program an XML file for one piece of software that has to read another XML across my network. The data that is being "read" is sports scores. I... more

09/02/22

The answer to this question is infinitely many solutions so how do you express the answers in terms of z

The system of equations may have a unique solution, an infinite number of solutions, or no solution. Use matrices to find the general solution of the system, if a solution exists. (If there is no... more

C++ Write a code

Write a program to read a positive integer value less that 100 that represents the number of cents, and to output the change starting with the maximum number of quarters, then dimes, nickels and... more

C++ writing a program

Write a program to read from the keyboard two integers values with appropriate prompt messages and to do the following1- Compute and print their sum with an appropriate message.2- compute and print... more

2. The following algorithm is a divide-and-conquer algorithm for finding the maximum value in array A[1..n].

Function maximum(x,y){ return maximum in A[x..y]}1.                 if y - x £ 1 then return (max(A[x],A[y]))2.                 else3.                 max1 <--- maximum(x, [(x + y) / 2]... more

Write a Program in C++ that calculates the amount of paint needed to paint the walls of a room?

A room has one door, two windows, and a built-in bookshelf and it needs to be painted. Suppose that one gallon of paint can paint 120 square feet.Write a program that prompts the user to input (in... more

Using Counted loops with list for this scenario

Suppose there is an island with two rabbits (male and female). Every 30 days, the population of rabbits doubles. Write a program that has the user input the number of days and then calculate the... more

Branches: Leap Year

A year in the modern Gregorian Calendar consists of 365 days. In reality, the earth takes longer to rotate around the sun. To account for the difference in time, every 4 years, a leap year takes... more

06/03/22

What makes an x squared positive or negative when graphing a parabola?

I've been given the y=3x squared and graphing through an x-intercept of 0. I am also using the x coordinates of -1, -2, 1 and 2.What makes the answers either negative or positive?

CS161, File List Analysis, Image File Parser, C++

Instructions:Write a program that extracts information from a text file containing information about images on a website.Your program should read from a file called "Images.txt" which will consist... more

We want to find 8 in the following list: 2, 6, 5, 1, 11, 18, 8, 0.

We want to find 8 in the following list: 2, 6, 5, 1, 11, 18, 8, 0.a) Can we use Binary Search Algorithm? Justify your answer. b) If a Linear Search Algorithm is used to find 8, how many comparison... more

Look at the following algorithm:

Look at the following algorithm:Input: n: real numberOutput: undisclosed procedure x(n) t := 1 For i := 3 to n t := t + n End-for Return(t) What is returned by the algorithm on the input 7, i.e. n... more

CS161, C++ using QTCreator, Assignment 8: Stock Statistics

You will be writing various functions to help calculating information about the stock and its performance, as well as to read in data about a stock. These functions need to be able to work on... more

05/11/22

I need help with a math problem. I tried several times but none of my solutions are an answer.

Multiply:20x/(x+1)^2 * x/20A. x^2/X^2+2x+1B. 1C. xD. 1/ (x+1)^2

Determine the number of cycles the sine function shown to the right has in the interval from 0 to 2π. Find the amplitude and the period of the function.

Determine the number of cycles the sine function shown to the right has in the interval from 0 to 2π. Find the amplitude and the period of the function.

how is this done??

Write a complete C++ command to implement a "Sum of Numbers in Range" (sonir) program. Place all your code inside the main() routine; do not write any extra user-defined functions. To minimize your... more

How do I make the integers in a Python parameter equate to seconds without using the built-in time module?

I am trying to make a box appear and disappear in random 1-5 second intervals. This is what I wrote:box.showturtle(box.randint(1,5))box.hideturtle(box.randint(1,5))The randint is supposed to pick... more

How to implement a template linked list in C++?

I need to implement a Template Linked List in C++ , and I'm asked to use three Fixed file(which is cannot changed):ContainerIfc.h class BADINDEX {}; template <class T> class ContainerIfc { ... more

04/22/22

Use the properties of rational exponents to simplify each expression.

82/581/5 (1/54)2 (451/2/51/2) (401/3/51/3)4 3-1 (5/6)-2

04/20/22

Help me please help me please

Find the derivative of y=4/³√x2

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.