54=.9x Solve for x. x=54/.9=60
I think the answer is 360
The equation that shows the relationship between the number of cups and pints is c = 2p.
<h3>What is an
equation?</h3>
An equation is an expression used to show the relationship between two or more variables and numbers.
Let c represent the number of cups and p represent the number of pints. There are 2 cups in 1 pint. Hence:
c = 2p
When p = 2; c = 2(2) = 4
When p = 3; c = 2(3) = 6
The equation that shows the relationship between the number of cups and pints is c = 2p.
Find out more on equation at: brainly.com/question/2972832
#include <stdio.h> #include <stdlib.h>
// Function to perform division (x / y) of two numbers x and y. // without using division operator in the code. int divide(int x, int y)
{ // handle divisibility by 0. if (y == 0)
{ printf("Error!! Divisible by 0"); exit(1);
} // store sign of the result.
int sign = 1; if (x * y < 0)
Answer: Any line with a slope of 4/7 and a y-intercept that is NOT -2
You should first turn the equation into y intercept form:
7y - 4x = -14; Add 4x from both sides
7y = 4x - 14; divide 7 from both sides
y = 4/7x - 2
Since you did not include choices, the answer will be the line with the slope 4/7 and without the y-intercept -2, because lines that are parallel will always have the same slope.
Example Answers: y = 4/7x + 2, y= 4/7x - 4
y = 4/7x + 10