document.write( "Question 254628: The perimeter of a triangle is 75 units. The sides have lengths a, b, and c. The ratio of b to a is 3:5, and the ratio of c to a is 7:5. Find the length of each side. \n" ); document.write( "
Algebra.Com's Answer #186945 by drk(1908)\"\" \"About 
You can put this solution on YOUR website!
The perimeter is 75 can be expressed as
\n" ); document.write( "\"P+=+a+%2B+b+%2B+c\" = \"75\"
\n" ); document.write( "Now
\n" ); document.write( "b/a = 3/5 means that
\n" ); document.write( "(i) b = (3/5)a
\n" ); document.write( "and
\n" ); document.write( "c/a = 7/5 means that
\n" ); document.write( "(ii) c = (7/5)a
\n" ); document.write( "by substituting (i) and (ii) into perimeter we get
\n" ); document.write( "\"a+%2B+%283%2F5%29a+%2B+%287%2F5%29a+=+75\"
\n" ); document.write( "and then
\n" ); document.write( "multiply by 5 to get
\n" ); document.write( "\"5a+%2B+3a+%2B+7a+=+375\"
\n" ); document.write( "\"15a+=+375\"
\n" ); document.write( "\"a+=+25\"
\n" ); document.write( "\"b+=+15\"
\n" ); document.write( "\"c+=+35\"
\n" ); document.write( "
\n" );