document.write( "Question 854017: How do I find the vertex of a simple problem like
\n" ); document.write( "y=-|2x-4|
\n" ); document.write( "

Algebra.Com's Answer #514407 by fcabanski(1391)\"\" \"About 
You can put this solution on YOUR website!
Set what's inside the || = to 0. Solve for x.


\n" ); document.write( "2x-4 = 0


\n" ); document.write( "2x = 4


\n" ); document.write( "x = 2


\n" ); document.write( "Substitute that x value back into the original equation. Solve for y.


\n" ); document.write( "y =|2(2)-4|


\n" ); document.write( "y = |4-4| = |0| = 0


\n" ); document.write( "The vertex is (2,0) \n" ); document.write( "

\n" );