Question: I need this done in python HW#3 (Chapter 4) 1. (Turtle: point in a rectangle?) Write a program that prompts the user to enter a

 I need this done in python HW#3 (Chapter 4) 1. (Turtle:

I need this done in python

HW#3 (Chapter 4) 1. (Turtle: point in a rectangle?) Write a program that prompts the user to enter a point (x, y) and checks whether the point is within the rectangle centered at (0, 0) with width 100 and height 50. Display the point, the rectangle, and a message indicating whether the point is inside the rectangle in the window Python Turtle Gr Python Turte Graphics The point is inside the rectangle The point is not inside the rectangle 2. (Geometry: intersecting point) Two points on line 1 are given as (x1, y1) and (x2, y2) and on line 2 as (x3, y3) and (x4, y4), as shown in the Figure below: (x2, y2) (x2, y2) (x2, y2) (r3, y3) (x3, y3) (x3, y3) (xl,yl) (rl,y) 4, 4) (xl,yl) (x4, y4) The intersecting point of the two lines can be found by solving the following lin- ear equation This linear equation can be solved using Cramer's rule ed - bf ad bc aur ad bc If the equation has no solutions, the two lines are parallel (Figure above-c). Write a program that prompts the user to enter four points and displays the intersecting point 3. (Palindrome number) Write a program that prompts the user to enter a three-digit integer and determines whether it is a palindrome number. A number isa palindrome if it reads the same from right to left and from left to right

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!