document.write( "Question 662772: The length of the first side of a triangle is a whole number greater than 3. The second side is 3 inches longer then the first, and the third side is 3 inches longer than the second. How many such triangles have perimeters less than 36 inches? Need to write the inequality and solve it. \n" ); document.write( "
Algebra.Com's Answer #412500 by KMST(5328)\"\" \"About 
You can put this solution on YOUR website!
Let the length of the first side be \"x\" inches.
\n" ); document.write( "The length of the second side is \"x%2B3\" inches.
\n" ); document.write( "The length of the third side is \"%28x%2B3%29%2B3=x%2B6\" inches.
\n" ); document.write( "The perimeter is \"x%2Bx%2B3%2Bx%2B6=3x%2B9\" inches.
\n" ); document.write( "Your inequality for the perimeter is
\n" ); document.write( "\"3x%2B9%3C36\" <--> \"3x%3C36-9\" <--> \"3x%3C27\" <--> \"highlight%28x%3C9%29\"
\n" ); document.write( "You also know that \"x%3E3\", and that \"x\" is a whole number.
\n" ); document.write( "So \"x\" is a while number that satisfies \"3%3Cx%3C9\".
\n" ); document.write( "The possible values for x are:
\n" ); document.write( "4, 5, 6 ,7, and 8,
\n" ); document.write( "so there are \"highlight%285%29\" possible triangles.
\n" ); document.write( "
\n" );