You would assume that in this figure, the number of colored sections with which are not colored with respect to a " touching " colored section, would be half of the total colored sections. However that is not the case, the sections are not alternating as they still meet at a common point. After all, it notes no two touching sections, not adjacent sections. Their is no equation to calculate this requirement with respect to the total number of sections.
Let's say that we take one triangle as the starting. This triangle will be the start of a chain of other triangles that have no two touching sections, specifically 7 triangles. If a square were to be this starting shape, there are 5 shapes that have no touching sections, 3 being a square, the other two triangles. This is presumably a lower value as a square occupies two times as much space, but it also depends on the positioning. Therefore, the least number of colored sections you can color in the sections meeting the given requirement, is 5 sections for this first figure.
Respectively the solution for this second figure is 5 sections as well.
I can simplify the formula with the data you gave me to do a simple formula like this: <span>4.25 k + 2 p = 12 I think this one explains in an easy way this. Hope it's good for you</span>
Answer:
yp = -x/8
Step-by-step explanation:
Given the differential equation: y′′−8y′=7x+1,
The solution of the DE will be the sum of the complementary solution (yc) and the particular integral (yp)
First we will calculate the complimentary solution by solving the homogenous part of the DE first i.e by equating the DE to zero and solving to have;
y′′−8y′=0
The auxiliary equation will give us;
m²-8m = 0
m(m-8) = 0
m = 0 and m-8 = 0
m1 = 0 and m2 = 8
Since the value of the roots are real and different, the complementary solution (yc) will give us
yc = Ae^m1x + Be^m2x
yc = Ae^0+Be^8x
yc = A+Be^8x
To get yp we will differentiate yc twice and substitute the answers into the original DE
yp = Ax+B (using the method of undetermined coefficients
y'p = A
y"p = 0
Substituting the differentials into the general DE to get the constants we have;
0-8A = 7x+1
Comparing coefficients
-8A = 1
A = -1/8
B = 0
yp = -1/8x+0
yp = -x/8 (particular integral)
y = yc+yp
y = A+Be^8x-x/8