The general rule for rotation of an object 90 degrees is (x, y) --------> (-y, x). You can use this rule to rotate a pre-image by taking the points of each vertex, translating them according to the rule, and drawing the image
Y=mx+b, m= slope, b= y intercept, plug in. Y=3x+5
Amount of money collected in the 2-day fundraiser is represented by the following equations:
- 12x + 4y = 152 .................. (i)
- 32x + 12y = 420 .................. (ii)
where x is the cost of a chicken lunch and y is the cost of a vegetarian lunch
Multiplying (i) with 3 and subtracting it from (ii)
36x + 12y - (32x + 12y) = 456 - 420
⇒ 4x = 36
⇒ x = 9
Put value of x in (i)
⇒ 12 × 9 + 4y = 152
⇒ 108 + 4y = 152
⇒ 4y = 44
⇒ y = 11
Hence, cost of the vegetarian meal is 11.