Answer:
x = 3 ; y=2
Step-by-step explanation:
to simplify the work we can build a system of two equations
2x+3 = 3y+3
x = y+1
we can now substitute the value of x in the first equation
2(y+1)+3 = 3y+3
2y + 2 + 3 = 3y+3
2y + 5 = 3y+3
y = 2
now we can subisitute the value of y in the first equation
x = 2 + 1 = 3
Verify
2(3)+3 = 6+3 = 9
3(2) + 3 = 6 + 3 = 9
3
2+1 = 3
Answer:
All figures in Group 1 appear to have at
least one square face
Step-by-step explanation:
Let us examine each statement and see whether they are true or not.
The first statement is not true. Only one of the figures (square pyramid) has at least one triangular face. It has 4 triangular faces, actually.
The second statement is not true. Only one of the figures is a rectangular prism. The remaining two are triangular pyramid and triangular prism respectively.
The third statement is not true also. Only 1 figure is a triangular prism.
The fourth statement is correct. In group 1, all the figures has at least one square face.
Since the question is asking how many pencils the teacher will have to give out, we can automatically ignore the 46 erasers from the problem because it is not relevant. The information was most likely put there to confuse you.
Each student is getting 28 pencils, so if we multiply the number of students by 28 pencils, we will find how many pencils the teacher will need to give out.
There are 42 children in the classroom, so multiply 42 by 28.
42 * 28 = 1,176
The teacher will have to give out <u>1,176 pencils</u> to her 42 children in the classroom.
Answer:
The debt snowball method is a debt reduction strategy where you pay off debt in order of smallest to largest, gaining momentum as you knock out each balance. When the smallest debt is paid in full, you roll the money you were paying on that debt into the next smallest balance.
Step-by-step explanation:
Answer: 11
The code would print 11 as x=x-4 basically sets x to what x was and subtracts it by 4 which means 15 was its previous value and it takes 4 away from it so it is now 11. Then because the loop condition is x=11 the loop condition has been met and will now go and display x.