It results in -2x because 1+1=2 and its the same with negative numbers
Answer:324
Step-by-step explanation:
int i = 42.7; /* konwersja z double do int */
float f = i; /* konwersja z int do float */
double d = f; /* konwersja z float do double */
unsigned u = i; /* konwersja z int do unsigned int */
f = 4.2; /* konwersja z double do float */
i = d; /* konwersja z double do int */
char *str = "foo"; /* konwersja z const char* do char* [1] */
const char *cstr = str; /* konwersja z char* do const char* */
void *ptr = str; /* konwersja z char* do void* */
Podcza
Answer: Price of Math Textbook= $42.5, Price of the Novel= $11.5
Step-by-step explanation:
Let x = price of the Novel.
Price of Math Textbook = 8+3x
As per given , we have
Price of Math Textbook + Price of the Novel = $54
⇒ 8+3x+x = 54
⇒ 8+4x=54
⇒ 4x = 46 [subtract 8 from both sides]
⇒ x = 11.5
Price of Math Textbook = 8+3(11.5) = 8+34.5= $42.5
Hence, Price of Math Textbook= $42.5, Price of the Novel= $11.5
Answer:
it represents the following
read in my explanation
Step-by-step explanation:
A bar chart is a graph with rectangular bars. The graph usually compares different categories. Although the graphs can be plotted vertically (bars standing up) or horizontally (bars laying flat from left to right), the most usual type of bar graph is vertical.
The horizontal (x) axis represents the categories; The vertical (y) axis represents a value for those categories. In the graph below, the values are percentages.