Find the mass and center of mass of the lamina that occupies the region D and has the given density function ρ.

D is the triangular region with vertices (0, 0), (2, 1), (0, 3); ρ(x, y) = 5(x + y)

m=?
(x,y)=?

Consider the area as a bunch of tiny rectangles, each of width dx and height dy. Each rectangle's mass is its area times its density. o, adding them all up, using vertical strips so we don't have to split the boundary:

m = ∫R ρ dy dx
= ∫[0,3]∫[x/2, 3-x] 5(x+y) dy dx
= 5∫[0,3] xy + y^2/2 [x/2, 3-x]
= 5∫[0,3] (x(3-x)+(3-x)^2)-(x*x/2 + x^2/8) dx
= 5∫[0,3] 9-3x-5x^2/8 dx
= 5(9x - 3x^2/2 - 5x^3/24) [0,3]
= 135/8

Its wrong.

Hmmm. I have to run, but maybe you can figure it out by the time I get back.

To find the mass and the center of mass of the lamina, we need to use the formulas:

1. Mass (m) = ∬D ρ(x, y) dA
2. Center of Mass (x, y) = (1/m) * ∬D (x * ρ(x, y), y * ρ(x, y)) dA

Given that D is the triangular region with vertices (0, 0), (2, 1), (0, 3), we can proceed with the calculations.

Step 1: Calculate the Mass
To find the mass (m), we need to integrate the density function ρ(x, y) over the region D.

m = ∬D ρ(x, y) dA

To set up the integral, we need to express the region D in terms of its limits of integration. We can do this by considering the triangular shape.

The bottom side, AB, of the triangle has the equation y = (1/2)x, where 0 ≤ x ≤ 2.
The left side, BC, of the triangle has the equation x = 0, where 0 ≤ y ≤ 3.
The right side, AC, of the triangle has the equation x = 2 - (2/3)y, where 1 ≤ y ≤ 3.

Now, we can set up the integral for the mass (m):

m = ∫[0 to 2] ∫[(1/2)x to 3] 5(x + y) dy dx

Step 2: Calculate the Center of Mass
To find the center of mass (x, y), we need to integrate the product of the density function ρ(x, y) and the position vectors (x, y) over the region D.

x = (1/m) * ∬D (x * ρ(x, y)) dA
y = (1/m) * ∬D (y * ρ(x, y)) dA

We can set up the integrals for the center of mass (x, y):

x = (1/m) * ∫[0 to 2] ∫[(1/2)x to 3] x * 5(x + y) dy dx
y = (1/m) * ∫[0 to 2] ∫[(1/2)x to 3] y * 5(x + y) dy dx

Now, you can use numerical methods or an appropriate software to evaluate these integrals and find the mass and center of mass of the lamina.