System Equations

a snack company wants to make a party mixture that it can sell for $1.20 per lb. it wants to use 150 lb of pretzels worth $1.00 per lb along with some cheese crackers worth $1.50 per lb, and some... more

02/17/21

Conditionals_Lab_4

Write a program that mimics a calculator. The program should take as input integers based on the operation and input the operation to be performed. It should then output the numbers, the operator,... more

02/17/21

Create a program that converts a temperature from Celsius(C) to Fahrenheit(F) or Fahrenheit(F) to Celsius(C). User must have two inputs.

One input is the temperature they are converting and the other asks if they are converting from C to F or F to C. The output should show the temperature that was inputted, if it was converted from... more

02/16/21

Conditionals_Lab_3

Create a program that converts a temperature from Celsius(C) to Fahrenheit(F) or Fahrenheit(F) to Celsius(C). User must have two inputs. One input is the temperature they are converting and the... more

02/16/21

Conditionals_Lab_2

A town contains 5000 houses. Each house owner must pay tax based on the value of the house. Houses over $50,000 pay 1% of their value in tax, houses over $100,000 pay 1.5% of their value in tax,... more

02/16/21

Could you make it as simple as possible

Create a program that converts a temperature from Celsius(C) to Fahrenheit(F) or Fahrenheit(F) to Celsius(C). User must have two inputs. One input is the temperature they are converting and the... more

Big-O CS Question

Approximate the runtime of the following code fragment, in terms of n: Write your answer in a format such as "O(N^2)" or "O(N log N)" (without the quotes). int sum = 0; int j = 1; while (j <=... more

02/15/21

How to solve this problem please

Find the function of function or compound function f[g(x)] and g[f(x)] corresponding to the following problem: A store that wants to promote its sales advertises a reduction in the price... more

Modified Dashboard (Continuation of simple login GUI)

 CONTINUATION Simple Login GUI… Modify the Dashboard by writing a function that will identify the type of user, if it’s an “Admin” or a normal “User”. If the user is categorized as an “Admin”, the... more

02/14/21

Algebra least common multiple

Brenda cuts her grass every 12 days and trims her shrubs every 16 days. If Brenda cut her grass and trimmed her shrubs on June​ 1, how many days will it be before she cuts her grass and trims her... more

Two column proof and logic laws

((~d V e) ^ (~d V ~e)) -> f ≡ d V f

Two column proof and logic laws

((~d V e) ^ (~d V ~e)) -> f ≡ d V f

02/13/21

Divide by X HW Zyboo

Write a program using integers userNum and x as input, and output userNum divided by x four times.Ex: If the input is: 2000 2 Then the output is:1000 500 250 125Note: In Python 3, integer division... more

02/12/21

Trigonometry Question

given sin(a)=4/5 and cos(b)=1/3, with a and b both in interval [pi/2,pi): find sin(a-b) and find cos(a+b)

Simple Login GUI & Register

Help Please. Modify the Login GUI given . Add a Register button near the login button. Once the user clicked on the Register button, it should show a new form that will ask for the following: a)... more

02/12/21

A is the set of counting numbers

02/12/21

Word problem two proofs

Joseph read 3.6 books last month. He plans to do the same every month for a year. How many books will he read by the end of the year?

02/12/21

Can you help me convert this to assembly?

n = int(input("Enter the height of the pattern (must be greater than 0): "))if (n > 0): for x in range(n): for y in range(x): print("* ", end='') print(x+1,end='')... 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.