document.write( "Question 221875: I just want to know if I am solving the problems right.
\n" );
document.write( " 1) Solve each of the following for the requested variable:
\n" );
document.write( " a) P=2L+2W for L
\n" );
document.write( " P-2W=2L+2W-2W
\n" );
document.write( " P-2W=2L/2
\n" );
document.write( " P-2W/2=L
\n" );
document.write( "
\n" );
document.write( " b)(3x+Y)/2=2 for y
\n" );
document.write( " 3x+y=2*2
\n" );
document.write( " 3x+y=4
\n" );
document.write( " 3x-3x+y=4-3x
\n" );
document.write( " y=4-3x\r
\n" );
document.write( "\n" );
document.write( "2)The linear equation 3x + 4y = 12 is in Slope intercept form.
\n" );
document.write( "3)What is the slope of 3x+4y=12. The slope is 3. \n" );
document.write( "
Algebra.Com's Answer #166284 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! I just want to know if I am solving the problems right. \n" ); document.write( "1) Solve each of the following for the requested variable: \n" ); document.write( "a) P=2L+2W for L \n" ); document.write( "P-2W=2L+2W-2W \n" ); document.write( "P-2W=2L/2 \n" ); document.write( "P-2W/2=L \n" ); document.write( "------------- \n" ); document.write( "p = 2L + 2W \n" ); document.write( "2L = P - 2W \n" ); document.write( "L = (P-2W)/2 \n" ); document.write( "------------- \n" ); document.write( "b)(3x+Y)/2=2 for y \n" ); document.write( "3x+y=2*2 \n" ); document.write( "3x+y=4 \n" ); document.write( "3x-3x+y=4-3x \n" ); document.write( "y=4-3x Looks good. \n" ); document.write( "----------- \n" ); document.write( "2)The linear equation 3x + 4y = 12 is in Slope intercept form. \n" ); document.write( "It's not, y = mx + b is slope-intercept form. \n" ); document.write( "--------------------- \n" ); document.write( "3)What is the slope of 3x+4y=12. The slope is 3. \n" ); document.write( "Put into slope-intercept form (that means solve for y) \n" ); document.write( "4y = -3x + 12 \n" ); document.write( "y = (-3/4)x + 3 \n" ); document.write( "Slope = -3/4 \n" ); document.write( " \n" ); document.write( " |