Answer:
Hello! Your answer is 71.
Step-by-step explanation:
(48+59+62+71) =240
240 ÷ 4 = 60.
The 4 is the four different points he got.
The 60 is the average percent.
HOPE THIS HELPS!
<span> Geometry is the study of points, lines, angles, surfaces, and solids.</span>Geometry is all about shapes<span> and their properties.
</span>And to do so you must use a ruler to identify them right?
Hope this helps!
![\bf -7x-2y=4\implies -2y=7x+4\implies y=\cfrac{7x+4}{-2}\implies y=\cfrac{7x}{-2}+\cfrac{4}{-2} \\\\\\ y=\stackrel{\stackrel{m}{\downarrow }}{-\cfrac{7}{2}} x-2\qquad \impliedby \begin{array}{|c|ll} \cline{1-1} slope-intercept~form\\ \cline{1-1} \\ y=\underset{y-intercept}{\stackrel{slope\qquad }{\stackrel{\downarrow }{m}x+\underset{\uparrow }{b}}} \\\\ \cline{1-1} \end{array} \\\\[-0.35em] ~\dotfill](https://tex.z-dn.net/?f=%5Cbf%20-7x-2y%3D4%5Cimplies%20-2y%3D7x%2B4%5Cimplies%20y%3D%5Ccfrac%7B7x%2B4%7D%7B-2%7D%5Cimplies%20y%3D%5Ccfrac%7B7x%7D%7B-2%7D%2B%5Ccfrac%7B4%7D%7B-2%7D%20%5C%5C%5C%5C%5C%5C%20y%3D%5Cstackrel%7B%5Cstackrel%7Bm%7D%7B%5Cdownarrow%20%7D%7D%7B-%5Ccfrac%7B7%7D%7B2%7D%7D%20x-2%5Cqquad%20%5Cimpliedby%20%5Cbegin%7Barray%7D%7B%7Cc%7Cll%7D%20%5Ccline%7B1-1%7D%20slope-intercept~form%5C%5C%20%5Ccline%7B1-1%7D%20%5C%5C%20y%3D%5Cunderset%7By-intercept%7D%7B%5Cstackrel%7Bslope%5Cqquad%20%7D%7B%5Cstackrel%7B%5Cdownarrow%20%7D%7Bm%7Dx%2B%5Cunderset%7B%5Cuparrow%20%7D%7Bb%7D%7D%7D%20%5C%5C%5C%5C%20%5Ccline%7B1-1%7D%20%5Cend%7Barray%7D%20%5C%5C%5C%5C%5B-0.35em%5D%20~%5Cdotfill)

now, what's the slope of a line parallel to that one above? well, parallel lines have exactly the same slope.
<span>This is an java command program.
String 1 is stands for str1= '' forest '' accepted within quote marks.
String 2 is stands for str1= '' school'' accepted within quote marks
the command compareto will cause the output will display as shown below :
str1.compareto(str2); when run this command
we will get the output like this ;
forest
school
==================================================
the model program is like this;
{
String str1 = " forest " ;
String str2 = "school ";
System.out.println();
System.out.println("String 1: " + str1);
System.out.println("String 2: " + str2);</span>