Answer:
Income-Contingent Repayment (approximately $37,812), 21 years
Explanation:
With a monthly payment limit of 20% of her discretionary income and no loan forgiveness eligibility, Yashari would pay $147-142 per month, $37,812 total, until December 2043 (21 years from 2022).
Hello. I really need this done ASAP. Don't scroll down. JUst look please.
Answer:
part 1
The four factors judges consider are:
the purpose and character of your use
the nature of the copyrighted work
the amount and substantiality of the portion taken, and
the effect of the use upon the potential market.
Part 2
the author toils without copying from someone else
the work must be original
Explanation:
It wouldn't let me say it so I'm screenshotting it.
yes it happend to me if you go on my questions
write a script for a difficult talk with your boss. Write down what you would say to share the facts or to tell your story. Don’t forget to write down how you would ask for your boss’s viewpoint or input.
Answer:
1st. Im sorry but i think I sincerely don't get viewed
Explanation:
Can you please make a simple python program? I will give you 20 points and branliest if it is good! It must include:
·At least 3 variables
·Contain a new function
·And must have at least 10 lines of code
Answer:
# Solve the quadratic equation ax**2 + bx + c = 0
# import complex math module
import cmath
a = 1
b = 5
c = 6
# calculate the discriminant
d = (b**2) - (4*a*c)
# find two solutions
sol1 = (-b-cmath.sqrt(d))/(2*a)
sol2 = (-b+cmath.sqrt(d))/(2*a)
print('The solution are {0} and {1}'.format(sol1,sol2))
Hope This Helps!!!
Answer:
# Newton's Law of Universal Gravitation
import math
print("This program will calculate the gravitational force between two objects")
# Gravitational Constant
G = 6.67408
while True:
try:
m1 = float(input("\nInput mass of first object (in kilograms): "))
break
except ValueError:
print("Invalid input!")
while True:
try:
m2 = float(input("Input mass of second object (in kilograms): "))
break
except ValueError:
print("Invalid input!")
while True:
try:
d = float(input("Distance between the objects (in meters): "))
break
except ValueError:
print("Invalid input!")
force = G * (m1 * m2) / math.pow(d, 2)
print("The gravitational force between these two objects is {0} newtons!".format(force))
(Brainliest!!)
How do i get rid of a headache?
ibuprofen
Explanation:
Ibuprofen is used to help relieve mild to moderate pain. When used with an opioid (such as morphine), it may be used to relieve moderate to severe pain. It is also used to reduce fever.
May Treat: Dysmenorrhea · Fever · Headache disorder · Juvenile idiopathic arthritis · Osteoarthritis and more
Brand Names: Caldolor · Advil · Advil Liqui-Gel · Children's Ibuprofen · IBU-200 and more
Drug Class: NSAID Analgesics (COX Non-Specific) - Propionic Acid Derivatives
Availability: Prescription sometimes needed
Pregnancy: Do not use. This medication may be harmful to an unborn child.
yeah g